summaryrefslogtreecommitdiff
path: root/vendor/freertos/FreeRTOSConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/freertos/FreeRTOSConfig.h')
-rw-r--r--vendor/freertos/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/freertos/FreeRTOSConfig.h b/vendor/freertos/FreeRTOSConfig.h
index e991b3424..111ef5933 100644
--- a/vendor/freertos/FreeRTOSConfig.h
+++ b/vendor/freertos/FreeRTOSConfig.h
@@ -10,7 +10,7 @@
#elif __CORTEX_M == 3
#include "FreeRTOSConfig_lpc175x_6x.h"
#else
- #error "For LPC43XX one of CORE_M0 or CORE_M4 must be defined!"
+ #error "not yet supported MCU"
#endif /* ifdef CORE_M4 */
# endif /* __FREERTOS_CONFIG__H */