Merge pull request #2346 from IngHK/LogLineEnds

made log line end consistent \r\n
This commit is contained in:
Ha Thach
2023-11-29 17:12:08 +07:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ int main(void)
led_blinking_task();
#if (CFG_TUSB_MCU == OPT_MCU_RP2040)
// printf("Hello, world!\n");
// printf("Hello, world!\r\n");
#endif
}