diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-16 12:27:50 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-16 12:27:50 -0400 |
commit | e94427e2d85dfc409a4f89c263d727dedcdb3a52 (patch) | |
tree | e91125a04914344753f86b3d3ddfce9b0740f902 /globals.h | |
parent | d7ab57c08b3fed543492cd258c36996d3c5d59b3 (diff) |
put flash functions in separate files
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -400,10 +400,5 @@ typedef struct { extern GlobalStruct globals; -void initFlash(void); -int readUserBlock(void); -void writeUserBlock(int addr, int numbytes); - - #endif |