diff options
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 |