diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 02:08:38 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 02:08:38 +0000 |
commit | 13be0cd28e3e41a2415cd0d01bad8ecb0909e637 (patch) | |
tree | 3379ae180c0ab7d44c0cea2c4ab5c68b4e9217eb /openpicc/application/flash.h | |
parent | 39cb47ed0951074afb24687fcb6e66947b4f8ef8 (diff) |
Revert 313 and 315 again, I'm too stupid to get DFU working, focus on the application code first
git-svn-id: https://svn.openpcd.org:2342/trunk@316 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/flash.h')
-rw-r--r-- | openpicc/application/flash.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openpicc/application/flash.h b/openpicc/application/flash.h deleted file mode 100644 index b812714..0000000 --- a/openpicc/application/flash.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef _FLASH_H -#define _FLASH_H -extern void flash_page(u_int8_t *addr); -extern void flash_init(void); -#endif |