Skip to content

Commit 4c0b1a0

Browse files
committed
[test]
1 parent 6d7bb17 commit 4c0b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/drv_rtt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int rt_hw_jlink_rtt_init(void)
8080
RT_DEVICE_FLAG_RDWR | RT_DEVICE_FLAG_INT_RX, &m_jlink_rtt_cfg);
8181

8282
SEGGER_RTT_printf(0,"\r\n SEGGER_RTT ADDRESS:%p \r\n",&_SEGGER_RTT);
83-
return 0;
83+
return 0;
8484
}
8585
INIT_BOARD_EXPORT(rt_hw_jlink_rtt_init);
8686

0 commit comments

Comments
 (0)