CLEON
Version 1
Cloud-Offloaded GPS Receiver
Main Page
Related Pages
Data Structures
Files
File List
Globals
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
18
HAL_DisableGlobalInterrupt
();
19
SYS_Init
();
20
HAL_EnableGlobalInterrupt
();
21
//-------------- DO NOT MODIFY THIS INITIALIZATION PART ---------- END ---//
22
23
while
(1){
24
HAL_ENTER_LPM4
();
25
APP_Log
();
26
APP_USB_ProcessingRcvdFrame
();
27
}
28
}
main.c
Generated on Tue May 28 2013 15:17:19 for CLEON by
1.8.2