Skip to content

Commit 86668a8

Browse files
committed
changed comment cmake project example
1 parent 8770a44 commit 86668a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ target_compile_definitions(klib PUBLIC "KLIB_IRQ=irq_ram")
2525
target_compile_definitions(klib PUBLIC "KLIB_DEFAULT_COUT=rtt")
2626
target_compile_definitions(klib PUBLIC "KLIB_DEFAULT_CIN=rtt")
2727

28-
# override the rtt buffer size (not required and not used when no segger rtt is used)
28+
# override the rtt buffer size (not required and not used when segger rtt is not used)
2929
target_compile_definitions(klib PUBLIC "BUFFER_SIZE_UP=256")
3030
target_compile_definitions(klib PUBLIC "BUFFER_SIZE_DOWN=16")
3131

0 commit comments

Comments
 (0)