diff options
| author | hathach <[email protected]> | 2025-09-12 11:27:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-09-12 11:27:31 +0700 |
| commit | ba36df6233cd1bd09f383818f10c1ccda7b9efb4 (patch) | |
| tree | 75302a42f73e3bd895ec0d8242648108e882320c /examples/device/cdc_msc_freertos/src/msc_disk.c | |
| parent | 913597707493ed7ac075d420795574bc7faa3075 (diff) | |
fix warnings, update docs
Diffstat (limited to 'examples/device/cdc_msc_freertos/src/msc_disk.c')
| -rw-r--r-- | examples/device/cdc_msc_freertos/src/msc_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/src/msc_disk.c b/examples/device/cdc_msc_freertos/src/msc_disk.c index 3602c991d..849712e6a 100644 --- a/examples/device/cdc_msc_freertos/src/msc_disk.c +++ b/examples/device/cdc_msc_freertos/src/msc_disk.c @@ -150,7 +150,7 @@ uint8_t msc_disk[DISK_BLOCK_NUM][DISK_BLOCK_SIZE] = }; #if CFG_EXAMPLE_MSC_ASYNC_IO -void msc_disk_init() { +void msc_disk_init(void) { #if configSUPPORT_STATIC_ALLOCATION io_queue = xQueueCreateStatic(1, sizeof(io_ops_t), io_queue_buf, &io_queue_static); |
