Low level init functions source file. More...
#include "Init.h"
Go to the source code of this file.
Low level init functions source file.
Definition in file Init.c.
Compiler-defined low-level initialization function to handle watchdog timer and oscillator
Definition at line 17 of file Init.c.
{ // stop the watchdog timer WDTCTL = WDTPW+WDTHOLD; // Set DCO to 16MHz BCSCTL1 = CALBC1_16MHZ; DCOCTL = CALDCO_16MHZ; }