From e70b5dbe589ea1c085247ca21c7b4d0efd972c27 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 2 Jul 2014 14:09:44 +0100 Subject: stmhal: Some reordering of code/functions. --- stmhal/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stmhal/main.c') diff --git a/stmhal/main.c b/stmhal/main.c index c67457457..ae4ff5141 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -548,9 +548,8 @@ soft_reset: printf("PYB: sync filesystems\n"); storage_flush(); - timer_deinit(); - printf("PYB: soft reboot\n"); + timer_deinit(); first_soft_reset = false; goto soft_reset; -- cgit v1.2.3