made log line end consistent \r\n

This commit is contained in:
IngHK
2023-11-24 22:02:58 +01:00
parent a973887399
commit 7e1fe2ff83
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
}