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 5a695f9 commit 3166398Copy full SHA for 3166398
bsp/nrf5x/nrf5340/board/board.c
@@ -67,11 +67,11 @@ void rt_hw_board_init(void)
67
68
#if defined(RT_USING_CONSOLE) && defined(RT_USING_DEVICE)
69
#ifdef SEGGER_RTT_ENABLE
70
- extern int rt_hw_jlink_rtt_init(void);
71
- rt_hw_jlink_rtt_init();
72
- rt_console_set_device("jlinkRtt");
+ extern int rt_hw_jlink_rtt_init(void);
+ rt_hw_jlink_rtt_init();
+ rt_console_set_device("jlinkRtt");
73
#else
74
- rt_console_set_device(RT_CONSOLE_DEVICE_NAME);
+ rt_console_set_device(RT_CONSOLE_DEVICE_NAME);
75
#endif
76
77
0 commit comments