Explorar o código

Update examples/freertos/CMakeLists.txt

Co-authored-by: Julien Staub <atsju2@yahoo.fr>
pavlot %!s(int64=3) %!d(string=hai) anos
pai
achega
c2a28cca95
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      examples/freertos/CMakeLists.txt

+ 2 - 2
examples/freertos/CMakeLists.txt

@@ -60,8 +60,8 @@ if(USE_CMSIS_RTOS_V2)
 endif()
 
 if(FREERTOS_F100RB_EXAMPLE)
-    list(APPEND CMSIS_COMP_LIST STM32F1)
-    list(APPEND HAL_COMP_LIST STM32F1)
+    list(APPEND CMSIS_COMP_LIST STM32F100RB)
+    list(APPEND HAL_COMP_LIST STM32F100RB)
     list(APPEND FREERTOS_COMP_LIST ARM_CM3)
 
     if(USE_CUBE_FREERTOS)