File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ freeAcsMeM(void)
4242 acs_is_module_enabled (POWER_WAKEUP ))
4343 val_timer_free_info_table ();
4444 if (acs_is_module_enabled (WATCHDOG ) ||
45+ acs_is_module_enabled (TIMER ) ||
4546 acs_is_module_enabled (POWER_WAKEUP ))
4647 val_wd_free_info_table ();
4748 if (acs_is_module_enabled (PCIE ) ||
@@ -204,6 +205,7 @@ ShellAppMainbsa()
204205 createTimerInfoTable ();
205206
206207 if (acs_is_module_enabled (WATCHDOG ) ||
208+ acs_is_module_enabled (TIMER ) ||
207209 acs_is_module_enabled (POWER_WAKEUP ))
208210 createWatchdogInfoTable ();
209211
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ freeAcsMem(void)
4444 val_timer_free_info_table ();
4545
4646 if (acs_is_module_enabled (WATCHDOG ) ||
47+ acs_is_module_enabled (TIMER ) ||
4748 acs_is_module_enabled (POWER_WAKEUP ))
4849 val_wd_free_info_table ();
4950
@@ -218,6 +219,7 @@ ShellAppMainpcbsa(void)
218219 createTimerInfoTable ();
219220
220221 if (acs_is_module_enabled (WATCHDOG ) ||
222+ acs_is_module_enabled (TIMER ) ||
221223 acs_is_module_enabled (POWER_WAKEUP ))
222224 createWatchdogInfoTable ();
223225
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ freeAcsMeM(void)
5151 val_timer_free_info_table ();
5252
5353 if (acs_is_module_enabled (WATCHDOG ) ||
54+ acs_is_module_enabled (TIMER ) ||
5455 acs_is_module_enabled (POWER_WAKEUP ))
5556 val_wd_free_info_table ();
5657
@@ -242,6 +243,7 @@ ShellAppMainsbsa()
242243 createTimerInfoTable ();
243244
244245 if (acs_is_module_enabled (WATCHDOG ) ||
246+ acs_is_module_enabled (TIMER ) ||
245247 acs_is_module_enabled (POWER_WAKEUP ))
246248 createWatchdogInfoTable ();
247249
You can’t perform that action at this time.
0 commit comments