diff options
| author | Mengsk <[email protected]> | 2025-10-06 17:13:56 +0200 |
|---|---|---|
| committer | Mengsk <[email protected]> | 2025-10-06 17:13:56 +0200 |
| commit | fedcdefa3d6f677aaa7dbd97577facd719eceadb (patch) | |
| tree | 00c3d236e1e13448ff63a1b39c76e9ce7b252acb /examples/device/mtp | |
| parent | 5ac0bed779ec43cc74f8ed990a01165139454267 (diff) | |
| parent | 7a96291bf1fc88b7bacd387f1b236fa89470045f (diff) | |
Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0
Diffstat (limited to 'examples/device/mtp')
| -rw-r--r-- | examples/device/mtp/src/mtp_fs_example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/mtp/src/mtp_fs_example.c b/examples/device/mtp/src/mtp_fs_example.c index 73722fc4f..b4772f146 100644 --- a/examples/device/mtp/src/mtp_fs_example.c +++ b/examples/device/mtp/src/mtp_fs_example.c @@ -59,11 +59,11 @@ storage_info_t storage_info = { .free_space_in_bytes = 0, // calculated at runtime .free_space_in_objects = 0, // calculated at runtime .storage_description = { - .count = (TU_FIELD_SZIE(storage_info_t, storage_description)-1) / sizeof(uint16_t), + .count = (TU_FIELD_SIZE(storage_info_t, storage_description)-1) / sizeof(uint16_t), .utf16 = STORAGE_DESCRIPTRION }, .volume_identifier = { - .count = (TU_FIELD_SZIE(storage_info_t, volume_identifier)-1) / sizeof(uint16_t), + .count = (TU_FIELD_SIZE(storage_info_t, volume_identifier)-1) / sizeof(uint16_t), .utf16 = VOLUME_IDENTIFIER } }; |
