From 2673374d18c529800a4c89dc0a9d66c5b9dafb54 Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Sun, 9 Aug 2015 18:54:29 +0200 Subject: cc3200: Refactor PRCM special user bits implementation. --- cc3200/misc/mperror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc3200/misc/mperror.c') diff --git a/cc3200/misc/mperror.c b/cc3200/misc/mperror.c index cf2a1c8c1e..d1e9f46fb5 100644 --- a/cc3200/misc/mperror.c +++ b/cc3200/misc/mperror.c @@ -115,7 +115,7 @@ void mperror_bootloader_check_reset_cause (void) { // since the reset cause will be changed, we must store the right reason // so that the application knows it when booting for the next time - PRCMSignalWDTReset(); + PRCMSetSpecialBit(PRCM_WDT_RESET_BIT); MAP_PRCMHibernateWakeupSourceEnable(PRCM_HIB_SLOW_CLK_CTR); // set the sleep interval to 10ms -- cgit v1.2.3