mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
refactor(freertos): Updated FreeRTOS component files to astyle format
This commit updates the FreeRTOS component source files (excluding upstream source files) to the astyle coding format.
This commit is contained in:
@@ -51,7 +51,7 @@ For now, AMP is not supported (i.e., running FreeRTOS on one core and a bare met
|
||||
CONFIG_FREERTOS_UNICORE and CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE should be identical. We add a check for this here.
|
||||
*/
|
||||
#if CONFIG_FREERTOS_UNICORE != CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE
|
||||
#error "AMP not supported. FreeRTOS number of cores and system number of cores must be identical"
|
||||
#error "AMP not supported. FreeRTOS number of cores and system number of cores must be identical"
|
||||
#endif
|
||||
|
||||
// -------------------- Declarations -----------------------
|
||||
|
||||
Reference in New Issue
Block a user