[bootloader] return device_nack

return device ACK/NACK from sending the EEPROM address
This commit is contained in:
SirBramble 2025-04-13 21:38:28 +02:00
parent 2affe17bcf
commit b074c4affa

View file

@ -105,7 +105,7 @@ int twi_flash_read_word(uint32_t addr, uint32_t* rdata) {
// delay next read
twi_flash_delay_twi_tick(1000);
return 0;
return device_nack;
#else
return 1;
#endif