Skip to content

Commit

Permalink
Fix a typo in FreeRTOS CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JF002 authored and profound1987 committed Jul 5, 2021
1 parent 8b6a2d7 commit 3235d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/freertos/CMakeLists.txt
Expand Up @@ -19,7 +19,7 @@ file(GLOB_RECURSE sources "${CMAKE_CURRENT_SOURCE_DIR}/croutine.c"
"${CMAKE_CURRENT_SOURCE_DIR}/queue.c"
"${CMAKE_CURRENT_SOURCE_DIR}/tasks.c"
"${CMAKE_CURRENT_SOURCE_DIR}/timers.c"
"${CMAKE_CURRENT_SOURCE_DIR}/portable/memmang/heap_5.c"
"${CMAKE_CURRENT_SOURCE_DIR}/portable/MemMang/heap_5.c"
"${CMAKE_CURRENT_SOURCE_DIR}/portable/gcc/risc-v/${mcu}/port.c"
"${CMAKE_CURRENT_SOURCE_DIR}/portable/gcc/risc-v/${mcu}/portASM.S"
)
Expand Down

0 comments on commit 3235d20

Please sign in to comment.