From fb46d57705566b5a6e053d625cb88a59bfba8f47 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 9 Jan 2017 19:01:26 +0100 Subject: [PATCH] cpu: msp430-common: adapt reboot to periph/pm --- cpu/msp430-common/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/msp430-common/cpu.c b/cpu/msp430-common/cpu.c index db60007caf..1686a6148b 100644 --- a/cpu/msp430-common/cpu.c +++ b/cpu/msp430-common/cpu.c @@ -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 */