Commit 2dbed3c
committed
pbio/sys/main: Drive pbio/os hook.
This was missed when upgrading the event loop system. This would cause the charger event loop to not run after being switched off.
Rather than switch to the direct equivalent of pbio_do_one_event (pbio_os_run_processes_once), we can use pbio_os_run_processes_and_wait_for_event since it can otherwise be idle.1 parent 2322d45 commit 2dbed3c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments