zephyr/tests/net/socket/socketpair
Christopher Friedt 3e86c627f7 kernel: atomics: update print specifiers for atomic_t
The print specifier for `atomic_t` should be updated
to `%ld`, `%lu`, or `%lx` to account for the type
change of `atomic_t` to `long`.

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2021-11-15 09:59:01 -05:00
..
src kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
testcase.yaml