summaryrefslogtreecommitdiff
path: root/examples/device/cdc_uac2/src
diff options
context:
space:
mode:
authorIngHK <[email protected]>2023-11-24 22:02:58 +0100
committerIngHK <[email protected]>2023-11-24 22:02:58 +0100
commit7e1fe2ff83e1089a1e75e4fdc03af4b0aa6048ea (patch)
tree8f5a3aa67b5067b83172c277e559cc1873c26900 /examples/device/cdc_uac2/src
parenta973887399e5bb33039ddddaf43136b63fe28776 (diff)
made log line end consistent \r\n
Diffstat (limited to 'examples/device/cdc_uac2/src')
-rw-r--r--examples/device/cdc_uac2/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_uac2/src/main.c b/examples/device/cdc_uac2/src/main.c
index 7afa96c1a..25b2cd9a5 100644
--- a/examples/device/cdc_uac2/src/main.c
+++ b/examples/device/cdc_uac2/src/main.c
@@ -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
}