diff options
Diffstat (limited to 'cc3200/misc/mperror.c')
-rw-r--r-- | cc3200/misc/mperror.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |