[FL-1956] Fix long packets bug, fix Manchester overrun (#766)
Also fix RC6 test to detect this manchester bug
This commit is contained in:
@@ -11,4 +11,7 @@ void test_furi_create_open() {
|
||||
// 2. Open it
|
||||
void* record = furi_record_open("test/holding");
|
||||
mu_assert_pointers_eq(record, &test_data);
|
||||
furi_record_close("test/holding");
|
||||
|
||||
furi_record_destroy("test/holding");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user