CLEON  Version 1
Cloud-Offloaded GPS Receiver
fs_init.c
Go to the documentation of this file.
1 
7 #include "cleon_conf.h"
8 #include "app_define.h"
9 #include "sys_define.h"
10 #include "hal_define.h"
11 #include "fs_define.h"
12 
13 // File system variables
17 
18 /*----------------------------------------------------------------------------*/
26 void FS_Init(void)
27 {
28  disk_initialize(0);
29 }