Skip to content

Commit 64626d3

Browse files
pavlotatsju
andauthored
Update examples/freertos/CMakeLists.txt
Co-authored-by: Julien Staub <[email protected]>
1 parent c2a28cc commit 64626d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/freertos/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ set(INCLUDE_DIRS
130130
)
131131

132132
if(FREERTOS_F100RB_EXAMPLE)
133-
set(TARGET_NAME ${PROJ_NAME}-f100)
133+
set(TARGET_NAME ${PROJ_NAME}-f100rb)
134134
add_executable(${TARGET_NAME})
135135

136136
target_sources(${TARGET_NAME} PRIVATE ${PROJECT_SOURCES})

0 commit comments

Comments
 (0)