Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 26, 2024
1 parent f9d0b7b commit d53451b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ boolean_t sl_si91x_power_manager_sleep_on_isr_exit(void)
sl_si91x_power_manager_on_isr_exit_t answer;
boolean_t sleep = false;
boolean_t force_wakeup = false;


// Application hook
answer = app_sleep_on_isr_exit();
Expand All @@ -87,7 +87,7 @@ boolean_t sl_si91x_power_manager_sleep_on_isr_exit(void)
} else if (answer == SL_SI91X_POWER_MANAGER_ISR_SLEEP) {
sleep = true;
}

if (force_wakeup) {
sleep = false;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ __STATIC_INLINE void sli_si91x_power_manager_configure_ram_and_peripheral(void)
}
#endif

#endif // SL_SI91X_POWER_MANAGER_INIT_H
#endif // SL_SI91X_POWER_MANAGER_INIT_H
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
sl_status_t sl_si91x_power_manager_wakeup_init(void)
{
sl_status_t status=SL_STATUS_OK;

return status;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ sl_status_t sl_si91x_power_manager_wakeup_init(void);



#endif // SL_SI91X_POWER_MANAGER_WAKEUP_HANDLER_H
#endif // SL_SI91X_POWER_MANAGER_WAKEUP_HANDLER_H

0 comments on commit d53451b

Please sign in to comment.