diff options
| author | sakumisu <[email protected]> | 2025-08-27 21:01:30 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-08-27 21:01:34 +0800 |
| commit | 6256260203ec003cb03eabaf43c6ec44b6b1e25d (patch) | |
| tree | 30765fbbb0d59d5568096eb9e6161b6b3e001428 /platform | |
| parent | f0d93dcdc18c9a341a87cc1af7d3dc898bcf01c2 (diff) | |
style: remove printf with USB_LOG_XXX
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/threadx/usbh_msc_filex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/threadx/usbh_msc_filex.c b/platform/threadx/usbh_msc_filex.c index 6c815bac..a9c27547 100644 --- a/platform/threadx/usbh_msc_filex.c +++ b/platform/threadx/usbh_msc_filex.c @@ -202,7 +202,6 @@ VOID _fx_usbh_msc_driver(FX_MEDIA *media_ptr) media_ptr->fx_media_driver_status = FX_IO_ERROR; return; } - printf("read success\r\n"); /* Successful driver request. */ media_ptr->fx_media_driver_status = FX_SUCCESS; break; |
