diff options
| author | Ha Thach <[email protected]> | 2023-11-29 17:12:08 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-29 17:12:08 +0700 |
| commit | be4d65221bcf327093a4f6d74910c1efc2ec1c88 (patch) | |
| tree | 2b1e002166cac0d490cb433ecfa4230ee4f3c429 /examples | |
| parent | 9c9ebb342d2d3cb0396ff4ad8c7b09acd2aee75e (diff) | |
| parent | 7e1fe2ff83e1089a1e75e4fdc03af4b0aa6048ea (diff) | |
Merge pull request #2346 from IngHK/LogLineEnds
made log line end consistent \r\n
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_uac2/src/main.c | 2 |
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 } |
