mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 13:52:38 +03:00
7 lines
199 B
C
7 lines
199 B
C
#pragma once
|
|
|
|
#include <furi_hal_rtc.h>
|
|
#include <nfc/helpers/bit_lib.h>
|
|
#include <nfc/protocols/mf_classic/mf_classic.h>
|
|
|
|
bool parse_transport_block(const MfClassicBlock* block, FuriString* result); |