diff --git a/Inc/freertos.h b/Inc/freertos_vars.h similarity index 100% rename from Inc/freertos.h rename to Inc/freertos_vars.h diff --git a/Src/freertos.c b/Src/freertos.c index a57c8d9a..0db19c50 100644 --- a/Src/freertos.c +++ b/Src/freertos.c @@ -47,7 +47,7 @@ #include "cmsis_os.h" /* USER CODE BEGIN Includes */ -#include "freertos.h" +#include "freertos_vars.h" #include "low_level.h" #include "version.h" /* USER CODE END Includes */ diff --git a/Src/stm32f4xx_it.c b/Src/stm32f4xx_it.c index ead1bf2a..4d48f401 100644 --- a/Src/stm32f4xx_it.c +++ b/Src/stm32f4xx_it.c @@ -37,7 +37,7 @@ #include "cmsis_os.h" /* USER CODE BEGIN 0 */ -#include "freertos.h" +#include "freertos_vars.h" #include "low_level.h" typedef void (*ADC_handler_t)(ADC_HandleTypeDef* hadc);