esp-idf/examples/ethernet/iperf/main
Bogdan Kolendovskyy d7b8b36082 examples: fix format errors, remove -Wno-format
Logging in series of examples has misuse of "%d" instead of type-appropriate format specifiers.
Fix by changing "%d" to PRIxx macros corresponding to type.
Remove -Wno-format compile flag in those examples that are affected.
2023-02-14 15:46:54 +01:00
..
CMakeLists.txt examples: fix format errors, remove -Wno-format 2023-02-14 15:46:54 +01:00
cmd_ethernet.c examples: fix format errors, remove -Wno-format 2023-02-14 15:46:54 +01:00
cmd_ethernet.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
ethernet_example_main.c change: renamed FATFS convenience mounting functions 2022-04-11 08:44:40 +00:00
Kconfig.projbuild Ethernet examples: added new common init for Ethernet drivers 2022-08-26 15:43:16 +02:00