mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 17:38:36 -07: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); |