mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 20:01:54 +03:00
14 lines
173 B
C
14 lines
173 B
C
|
#pragma once
|
||
|
|
||
|
#include <nfc/protocols/nfc_poller_base.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern const NfcPollerBase nfc_poller_st25tb;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|