Added RAMFUNCTION to spi_wait_busy

spi-fix
dan 2020-08-10 17:57:53 +02:00
parent 9e421ff946
commit e10e3e3505
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ static void flash_write_disable(void)
uint8_t status;
spi_cmd(WRDI);
}
static void wait_busy(void)
static void RAMFUNCTION wait_busy(void)
{
uint8_t status;
do {