watchdog stuff
This commit is contained in:
4
config.h
4
config.h
@ -13,8 +13,8 @@ void configInit();
|
||||
bool configIsValid();
|
||||
void configReset();
|
||||
|
||||
void configRead(int addr, uint8_t len, char *buffer);
|
||||
void configWrite(int addr, uint8_t len, char *buffer);
|
||||
void configRead(int addr, uint16_t len, char *buffer);
|
||||
void configWrite(int addr, uint16_t len, char *buffer);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user