diff options
| author | hathach <[email protected]> | 2024-04-25 11:28:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-25 11:28:18 +0700 |
| commit | d664cbfcdd1ab34dd82079a7b0a5bec339c37b81 (patch) | |
| tree | dad75b1f553076d12307c11893e21ef02842079d /lib/rt-thread/port | |
| parent | 5ee008c9974621cd4930d2975040717e71c16b84 (diff) | |
fix pre-commit
Diffstat (limited to 'lib/rt-thread/port')
| -rw-r--r-- | lib/rt-thread/port/msc_device_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rt-thread/port/msc_device_port.c b/lib/rt-thread/port/msc_device_port.c index 6af3c4f61..c7e8c508e 100644 --- a/lib/rt-thread/port/msc_device_port.c +++ b/lib/rt-thread/port/msc_device_port.c @@ -106,7 +106,7 @@ bool tud_msc_start_stop_cb(uint8_t lun, uint8_t power_condition, bool start, boo // unload disk storage ejected = true; } - } + } return true; } |
