OSDN Git Service

[UI][LCD][DISP] Save _LOCATE() calling and change _LOCATE(0,0), _LOCATE(0,1) to _LOCA...
[openi2cradio/OpenI2CRadio.git] / eeprom.h
index 2e968eb..70c1e63 100644 (file)
--- a/eeprom.h
+++ b/eeprom.h
@@ -29,6 +29,8 @@
 #ifndef EEPROM_H
 #define        EEPROM_H
 
+#include "menu.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -55,6 +57,9 @@ extern unsigned int writeword_eeprom(unsigned int *p, unsigned int *sum, unsigne
 extern unsigned int writebyte_eeprom(unsigned int *p, unsigned int *sum, unsigned char b);
 
 
+//extern unsigned int calcsum_frequencies(__freqset_t *p, unsigned int start);
+
+
 #ifdef __cplusplus
 }
 #endif