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