Fix call parameter of suspend_power_down()
This commit is contained in:
@ -61,7 +61,7 @@ int main(void)
|
||||
#endif
|
||||
while (1) {
|
||||
while (suspend) {
|
||||
suspend_power_down(WDTO_120MS);
|
||||
suspend_power_down();
|
||||
if (remote_wakeup && suspend_wakeup_condition()) {
|
||||
usb_remote_wakeup();
|
||||
}
|
||||
|
Reference in New Issue
Block a user