Skip to content

Commit e10e3e3

Browse files
author
dan
committed
Added RAMFUNCTION to spi_wait_busy
1 parent 9e421ff commit e10e3e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spi_flash.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ static void flash_write_disable(void)
9797
uint8_t status;
9898
spi_cmd(WRDI);
9999
}
100-
static void wait_busy(void)
100+
101+
static void RAMFUNCTION wait_busy(void)
101102
{
102103
uint8_t status;
103104
do {

0 commit comments

Comments
 (0)