1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00
Files
unleashed-firmware/lib/nfc/protocols/nfc_device_defs.h

14 lines
164 B
C
Raw Normal View History

#pragma once
#include "nfc_device_base_i.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const NfcDeviceBase* const nfc_devices[];
#ifdef __cplusplus
}
#endif