Skip to content

Commit 32a788b

Browse files
Tecnologicsalkinium
authored andcommitted
[RTT] printf include path wrong on cmake build
1 parent 23475fd commit 32a788b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/segger/rtt_modm_port.cpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ unsigned SEGGER_RTT_GetBytesInDownBuffer(unsigned BufferIndex) {
7070
}
7171
%#
7272
%% if with_printf
73-
#include <modm/ext/printf/printf.h>
73+
#include <printf/printf.h>
7474

7575
static void output_gadget(char c, void* BufferIndex)
7676
{

0 commit comments

Comments
 (0)