Implemented T1000/T1200 non-volatile RAM. Patch from JohnElliott.
This commit is contained in:
parent
f4db376aab
commit
9309c2aefb
3 changed files with 58 additions and 7 deletions
|
|
@ -2,6 +2,8 @@ void t1000_syskey(uint8_t andmask, uint8_t ormask, uint8_t xormask);
|
|||
|
||||
void t1000_configsys_loadnvr();
|
||||
void t1000_emsboard_loadnvr();
|
||||
void t1200_state_loadnvr();
|
||||
|
||||
void t1000_configsys_savenvr();
|
||||
void t1000_emsboard_savenvr();
|
||||
void t1200_state_savenvr();
|
||||
|
|
|
|||
Loading…
Reference in a new issue