Move pc assembly code to emul dir.
[bertos.git] / bertos / cpu / avr / drv / flash_avr.c
index b461d95dd8e2335d15746dc7f09a1b4b7654dda0..0b32af12ed40e412315bb144a2e921a7f20de90c 100644 (file)
@@ -59,6 +59,9 @@
 
 #include <string.h>
 
+#warning FIXME:This module need to be refactor to kfile interface!
+#if 0
+
 /**
  * Definition of type for avr flash module.
  */
@@ -293,4 +296,5 @@ void flash_avr_init(struct KFile *fd)
 
        flash_avr_open(fd);
 }
+#endif