mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-14 09:59:28 -04:00
Merge branch 'master' of https://github.com/furrtek/portapack-havoc
This commit is contained in:
commit
bbb5dc3c12
2 changed files with 2 additions and 2 deletions
|
@ -102,12 +102,12 @@ void poll_ext_clock() {
|
|||
auto clkin_status = clock_generator.clkin_status();
|
||||
|
||||
if (clkin_status != prev_clkin_status) {
|
||||
prev_clkin_status = clkin_status;
|
||||
StatusRefreshMessage message { };
|
||||
EventDispatcher::send_message(message);
|
||||
clock_manager.init();
|
||||
}
|
||||
|
||||
prev_clkin_status = clkin_status;
|
||||
}
|
||||
|
||||
class Power {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue