Skip to content

Commit 56f5b18

Browse files
committed
updated rtt comment
1 parent 28a14cd commit 56f5b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 segger rtt is not used)
28+
# override the rtt buffer size (not required and not used when no segger rtt is 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)