Ludovic, `int` or `int32_t` is correct, `INT` is defined by the fatfs (/esp-idf/components/fatfs/src/integer.h) as `int`. Btw, I recommend using ctags with an index on both the esp-idf and the OVMS tree, makes looking up definitions very easy. Regards, Michael Am 23.01.23 um 22:19 schrieb Ludovic LANGE:
A new things that need to be checked : in https://github.com/llange/Open-Vehicle-Monitoring-System-3/commit/f31117a48d... i had to replace `INT` with another type. This time I choose `int32_t` but I'm not really sure because I could not find a way to see where and how INT was defined. I could only verify (by compilation tricks) that sizeof(INT) == sizeof(int32_t).
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26