Parcourir la source

Implemented FreeRTOS example for STM32F100RB boards (e.g. STM32-VLDiscovery). Typo fixed

Pavlo Taranov il y a 3 ans
Parent
commit
c812a15e51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/freertos/CMakeLists.txt

+ 1 - 1
examples/freertos/CMakeLists.txt

@@ -152,7 +152,7 @@ if(FREERTOS_F100RB_EXAMPLE)
     endif()
     if(USE_CMSIS_RTOS_V2)
         target_link_libraries(${TARGET_NAME} PRIVATE
-            CMSIS::STM32::F100RB::RTOS_V2
+            CMSIS::STM32::F1::RTOS_V2
         )
         target_compile_definitions(${TARGET_NAME} PRIVATE
             USE_CMSIS_RTOS_V2