mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-12 09:02:56 -04:00
Ext clock detect bugfix attempt
This commit is contained in:
parent
a82dc19639
commit
d7ee7f97a4
1 changed files with 1 additions and 1 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(clkin_status);
|
||||
}
|
||||
|
||||
prev_clkin_status = clkin_status;
|
||||
}
|
||||
|
||||
class Power {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue