Fix demo app to compiling with new version of bertos. Clean up. Reformat.
[bertos.git] / bertos / kern / kfile_test.c
index 76e78092869f9b726d7c5d5fef11ee889ede7f4e..b01ba4469c3dfdd5f43359d4f707b602005abe01 100644 (file)
 
 
 #include "kfile.h"
-#include <appconfig.h>
 
+#include <cfg/cfg_kfile.h>
 #include <cfg/debug.h>
+
 #include <mware/formatwr.h>
+
 #include <string.h>
 
+#warning TODO:Refactor this module..
+
 /**
  * KFile read/write subtest.
  * Try to write/read in the same \a f file location \a size bytes.