diff options
Diffstat (limited to 'cc3200/bootmgr/main.c')
-rw-r--r-- | cc3200/bootmgr/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c index bb584737fb..839e23ecdd 100644 --- a/cc3200/bootmgr/main.c +++ b/cc3200/bootmgr/main.c @@ -49,6 +49,7 @@ #include "utils.h" #include "cc3200_hal.h" #include "debug.h" +#include "pybwdt.h" //***************************************************************************** @@ -153,6 +154,8 @@ static void bootmgr_board_init(void) { // Mandatory MCU Initialization PRCMCC3200MCUInit(); + pybwdt_check_reset_cause(); + // Enable the Data Hashing Engine HASH_Init(); |