mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 03:11:52 +03:00
6 lines
110 B
C
6 lines
110 B
C
|
#pragma once
|
||
|
|
||
|
#include <nfc/protocols/nfc_device_base_i.h>
|
||
|
|
||
|
extern const NfcDeviceBase nfc_device_iso15693_3;
|