CLEON  Version 1
Cloud-Offloaded GPS Receiver
hal_wdt.h
Go to the documentation of this file.
1 
7 #ifndef __HAL_WDT_H__
8 #define __HAL_WDT_H__
9 
10 #define HAL_StopWDT() WDTCTL = WDTPW + WDTHOLD
11 
12 #endif