fix emulation by using latest sources

fixed file saving
This commit is contained in:
g3gg0
2022-12-10 03:22:34 +01:00
parent fcdf3e94c5
commit d116b3fac1
10 changed files with 272 additions and 175 deletions
-3
View File
@@ -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);
}