watchdog stuff

This commit is contained in:
hg
2015-06-10 21:07:58 +02:00
parent 659193bed2
commit b4788c257a
6 changed files with 26 additions and 48 deletions

View File

@ -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);