Update MSP430X IAR port to ensure the power settings are correct for the clock speed.

This commit is contained in:
Richard Barry 2012-04-01 17:54:07 +00:00
parent f16af5d27e
commit 3b4771e1a9
11 changed files with 433 additions and 17 deletions

View file

@ -27,5 +27,6 @@ static void halBoardGetSystemClockSettings(unsigned char systemClockSpeed,
extern void halBoardOutputSystemClock(void);
extern void halBoardStopOutputSystemClock(void);
extern void halBoardInit(void);
void hal430SetSystemClock(unsigned long req_clock_rate, unsigned long ref_clock_rate);
#endif /* HAL_BOARD_H */