Merge branch 'Eng1n33r:dev' into 420

This commit is contained in:
RogueMaster
2022-09-27 21:09:13 -04:00
committed by GitHub

View File

@@ -40,6 +40,7 @@ InfraredBruteForce* infrared_brute_force_alloc() {
} }
void infrared_brute_force_clear_records(InfraredBruteForce* brute_force) { void infrared_brute_force_clear_records(InfraredBruteForce* brute_force) {
furi_assert(!brute_force->is_started);
InfraredBruteForceRecordDict_reset(brute_force->records); InfraredBruteForceRecordDict_reset(brute_force->records);
} }