Adafruit Grand Central M4 (#14749)
This commit is contained in:
committed by
Scott Lahteine
parent
fec52e61ea
commit
290466578f
@ -41,6 +41,8 @@
|
||||
#define HAL_PLATFORM HAL_ESP32
|
||||
#elif defined(__PLAT_LINUX__)
|
||||
#define HAL_PLATFORM HAL_LINUX
|
||||
#elif defined(__SAMD51__)
|
||||
#define HAL_PLATFORM HAL_SAMD51
|
||||
#else
|
||||
#error "Unsupported Platform!"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user