Browse Source

try fix crash bug

master
zhaohe 3 years ago
parent
commit
69e4a78bf1
  1. 4
      APP/main.c
  2. 1097
      project_ozone/Listings/project_o.map
  3. 10
      project_ozone/project_o.uvgui.zel

4
APP/main.c

@ -284,7 +284,7 @@ static void mf_init_all_subdevice_state() {
void WDTInit(void) {
IWDT_InitStruType x;
x.WDT_Tms = 10000;
x.WDT_Tms = 30000;
x.WDT_IE = Enable; /* IWDT中断使能 */
x.WDT_Rst = Enable; /* IWDT复位使能 */
x.WDT_Clock = IWDT_CLOCK_WDT; /* LRC */
@ -481,6 +481,6 @@ int main(void) {
// END();
//
if (0x01 == IWDT_GetFlagStatus()) IWDT_Clear();
IWDT_Clear();
}
}

1097
project_ozone/Listings/project_o.map
File diff suppressed because it is too large
View File

10
project_ozone/project_o.uvgui.zel
File diff suppressed because it is too large
View File

Loading…
Cancel
Save