mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-26 01:48:10 -07:00
fix emulation by using latest sources
fixed file saving
This commit is contained in:
@@ -198,8 +198,5 @@ uint32_t pulse_reader_receive(PulseReader* signal, int timeout_us) {
|
||||
if(elapsed > timeout_ticks) {
|
||||
return PULSE_READER_NO_EDGE;
|
||||
}
|
||||
|
||||
//furi_delay_ms(0);
|
||||
|
||||
} while(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user