Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2023-10-15 01:30:55 +03:00
19 changed files with 105 additions and 79 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ ReturnCode slix_get_random(NfcVData* data) {
}
ReturnCode slix_unlock(NfcVData* data, uint32_t password_id) {
furi_assert(rand);
furi_assert(data);
uint16_t received = 0;
uint8_t rxBuf[32];