aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/EXT_WAKEUP/main.c
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-18 22:35:18 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-18 22:35:18 +0000
commitbf6ca955f1c2248138d51df53bb3767bd8c63a4b (patch)
treea27de7a5bcf87c5015ca76660f75532bef1a1735 /testhal/STM32F1xx/EXT_WAKEUP/main.c
parente1afd2700be6c631f1e74766525724cf95588c3e (diff)
downloadChibiOS-bf6ca955f1c2248138d51df53bb3767bd8c63a4b.tar.gz
ChibiOS-bf6ca955f1c2248138d51df53bb3767bd8c63a4b.tar.bz2
ChibiOS-bf6ca955f1c2248138d51df53bb3767bd8c63a4b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3343 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/EXT_WAKEUP/main.c')
-rw-r--r--testhal/STM32F1xx/EXT_WAKEUP/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F1xx/EXT_WAKEUP/main.c b/testhal/STM32F1xx/EXT_WAKEUP/main.c
index 26c8f9433..23c208873 100644
--- a/testhal/STM32F1xx/EXT_WAKEUP/main.c
+++ b/testhal/STM32F1xx/EXT_WAKEUP/main.c
@@ -86,6 +86,7 @@ static void cmd_reboot(BaseChannel *chp, int argc, char *argv[]){
return;
}
chprintf(chp, "rebooting...\r\n");
+ chThdSleepMilliseconds(100); // time to print out message in terminal
NVIC_SystemReset();
}