generated from hulk/gd32e23x_template_cmake_vscode
添加RTT支持并清理一些无效内容
This commit is contained in:
@@ -66,6 +66,10 @@ int main(void)
|
||||
printf("Hello World!\r\n");
|
||||
#endif
|
||||
|
||||
#ifdef SEGGER_RTT_DETECTION
|
||||
RTT_printf(0, "Hello World!\r\n");
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_VERBOSE
|
||||
i2c_scan();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user