1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu: msp430-common: adapt reboot to periph/pm

This commit is contained in:
Kaspar Schleiser 2017-01-09 19:01:26 +01:00
parent 52d53a92ab
commit fb46d57705

View File

@ -111,7 +111,7 @@ char *thread_stack_init(thread_task_func_t task_func, void *arg, void *stack_sta
/******************************************************************************/
/* System reboot */
void reboot(void)
void pm_reboot(void)
{
/* force an hardware reboot ("Power-Up Clear"), by writing
an illegal value to the watchdog control register */