CLEON  Version 1
Cloud-Offloaded GPS Receiver
main.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 void main( void )
14 {
15  //-------------- DO NOT MODIFY THIS INITIALIZATION PART ---------- START -//
16  HAL_StopWDT();
17 
19  SYS_Init();
21  //-------------- DO NOT MODIFY THIS INITIALIZATION PART ---------- END ---//
22 
23  while(1){
25  APP_Log();
27  }
28 }