diff options
| author | hathach <[email protected]> | 2023-06-16 15:29:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-16 15:29:34 +0700 |
| commit | e754795d3adec4bc3a66a4131d0662d87acb4893 (patch) | |
| tree | 281212f5852f6ce9d2a607aab3e0acea94c2e708 /examples/device | |
| parent | a7f330fa94b7a39858f6d770737451b51f061c25 (diff) | |
fix build warnings
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/audio_test_multi_rate/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/audio_test_multi_rate/src/main.c b/examples/device/audio_test_multi_rate/src/main.c index 4dd53dd34..078e783eb 100644 --- a/examples/device/audio_test_multi_rate/src/main.c +++ b/examples/device/audio_test_multi_rate/src/main.c @@ -268,7 +268,7 @@ bool tud_audio_set_req_entity_cb(uint8_t rhport, tusb_control_request_t const * sampFreq = (uint32_t)((audio_control_cur_4_t *)pBuff)->bCur; - TU_LOG2("Clock set current freq: %d\r\n", sampFreq); + TU_LOG2("Clock set current freq: %lu\r\n", sampFreq); return true; break; |
