We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a14cd commit 56f5b18Copy full SHA for 56f5b18
project/CMakeLists.txt
@@ -25,7 +25,7 @@ target_compile_definitions(klib PUBLIC "KLIB_IRQ=irq_ram")
25
target_compile_definitions(klib PUBLIC "KLIB_DEFAULT_COUT=rtt")
26
target_compile_definitions(klib PUBLIC "KLIB_DEFAULT_CIN=rtt")
27
28
-# override the rtt buffer size (not required and not used when segger rtt is not used)
+# override the rtt buffer size (not required and not used when no segger rtt is used)
29
target_compile_definitions(klib PUBLIC "BUFFER_SIZE_UP=256")
30
target_compile_definitions(klib PUBLIC "BUFFER_SIZE_DOWN=16")
31
0 commit comments