mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
Merge pull request #12503 from kaspar030/fix_tests/pkg_fatfs_format_overflow
tests/pkg_fatfs: fix sprintf format overflow warning
This commit is contained in:
commit
855ef72202
@ -33,7 +33,7 @@
|
||||
|
||||
#define TEST_FATFS_READ_BUFFER_SIZE 64
|
||||
#define TEST_FATFS_MAX_LBL_SIZE 64
|
||||
#define TEST_FATFS_MAX_VOL_STR_LEN 8
|
||||
#define TEST_FATFS_MAX_VOL_STR_LEN 14 /* "-2147483648:/\0" */
|
||||
#define TEST_FATFS_FIXED_SECTOR_SIZE 512
|
||||
#define TEST_FATFS_FATENT_OFFSET 2
|
||||
#define TEST_FATFS_SHIFT_B_TO_GIB 30
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user