Adding McHCK flash reload function and some cleanup.

- Requires special string to be compared with the bootloader and VBAT register file
This commit is contained in:
Jacob Alexander 2014-07-19 09:21:35 -07:00
parent 1fd777815b
commit 8eba0ae354
8 changed files with 31 additions and 28 deletions

View file

@ -49,7 +49,7 @@ extern unsigned long _estack;
// ----- Function Declarations -----
extern int main ();
extern int main();
void ResetHandler();