Add reopen test.
[bertos.git] / drv / dataflash.h
index b739883ca3cf984ec63ca7c815b25142fffc9212..c49b9acd0a61fa257fc072991c178b129993930c 100644 (file)
@@ -48,6 +48,8 @@
 
 #include <appconfig.h>
 
+#warning This driver must be test before use!
+
 /**
  * Type definition for dflash memory.
  */
@@ -202,7 +204,7 @@ typedef enum {
 } DataFlashOpcode;
 
 void dataflash_init(struct _KFile *fd);
-void hal_dflash_test(void);
+void dataflash_test(void);
 
 #endif /* DRV_DATAFLASH_H */