mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 11:51:48 +03:00
6 lines
107 B
C
6 lines
107 B
C
|
#pragma once
|
||
|
|
||
|
#include <nfc/protocols/nfc_poller_base.h>
|
||
|
|
||
|
extern const NfcPollerBase mf_ultralight_poller;
|