Fix eeprom_read func not found error
This commit is contained in:
parent
ed58d8e466
commit
73617226b3
@ -43,6 +43,10 @@ sx128x *LoRa = &sx128x_modem;
|
||||
#include "Framing.h"
|
||||
#include "MD5.h"
|
||||
|
||||
#if !HAS_EEPROM && MCU_VARIANT == MCU_NRF52
|
||||
uint8_t eeprom_read(uint32_t mapped_addr);
|
||||
#endif
|
||||
|
||||
#if HAS_DISPLAY == true
|
||||
#include "Display.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user