Ver Fonte

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

Pavlo Taranov há 3 anos atrás
pai
commit
c812a15e51
1 ficheiros alterados com 1 adições e 1 exclusões
  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