This commit is contained in:
Willy-JL
2024-03-20 01:48:10 +00:00
588 changed files with 3875 additions and 2957 deletions

View File

@@ -58,7 +58,7 @@ static void rpc_command_callback(const RpcAppSystemEvent* event, void* context)
}
}
static LfRfid* lfrfid_alloc() {
static LfRfid* lfrfid_alloc(void) {
LfRfid* lfrfid = malloc(sizeof(LfRfid));
lfrfid->storage = furi_record_open(RECORD_STORAGE);