mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
14 lines
164 B
C
14 lines
164 B
C
#pragma once
|
|
|
|
#include "nfc_device_base_i.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const NfcDeviceBase* const nfc_devices[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|