zephyr/tests/subsys
Martin Åberg a13e5d5584 tests/fs/fat: correct format specifiers
Make sure that "%ld" gets a long int argument.

This commit eliminates a couple of compiler warnings of this kind:

test_fat_file.c: In function 'test_file_truncate':
test_fat_file.c:180:11: error: format '%ld' expects argument
  of type 'long int', but argument 2 has type 'off_t' {aka 'int'}
  [-Werror=format=]
  180 |  TC_PRINT("Original size of file = %ld\n", orig_pos);

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2020-11-17 18:48:10 -05:00
..
canbus
debug/coredump
dfu boards: arm: remove non-existing doc link from partition definitions 2020-10-27 15:01:19 -04:00
fs tests/fs/fat: correct format specifiers 2020-11-17 18:48:10 -05:00
jwt tests: jwt: don't set main stack size 2020-10-20 10:09:36 -05:00
logging
mgmt/ec_host_cmd ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00
openthread
power tests: subsys: test cases for soc power management 2020-11-11 08:34:49 -05:00
settings boards: arm: remove non-existing doc link from partition definitions 2020-10-27 15:01:19 -04:00
shell
storage storage/flash_map: Added function for get erased byte value 2020-10-30 15:53:38 +01:00
usb