This commit is contained in:
Philippe Teuwen
2023-08-28 01:07:29 +02:00
parent bd3961077c
commit 7acc7e93dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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];