CLEON  Version 1
Cloud-Offloaded GPS Receiver
hal_init.h
Go to the documentation of this file.
1 
7 #ifndef __HAL_INIT_H__
8 #define __HAL_INIT_H__
9 
10 #define HAL_DisableGlobalInterrupt() __disable_interrupt()
11 #define HAL_EnableGlobalInterrupt() __enable_interrupt()
12 
13 void HAL_Init(void);
14 
15 #endif