mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
#error
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define DEVICE_NAME_STR "ChameleonLite"
|
||||
#define DEVICE_NAME_STR_SHORT "CL"
|
||||
#else
|
||||
#error "Unknown device name?"
|
||||
#error No device defined
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ const static chameleon_device_type_t m_device_type =
|
||||
#elif defined(PROJECT_CHAMELEON_LITE)
|
||||
CHAMELEON_LITE;
|
||||
#else
|
||||
"No device define before project build.";
|
||||
#error No device defined
|
||||
#endif
|
||||
|
||||
char g_extern_product_str[sizeof(DEVICE_NAME_STR) + sizeof(": hw_v255, fw_v65535") + 1];
|
||||
|
||||
Reference in New Issue
Block a user