mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 03:58:36 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user