f2cc624915
The current code is assuming that the pointer to the thread structure is 32bit, casting it to u32_t before printing its address. This is wrong on 64bit architectures (CONFIG_64BIT) and the compiler complains. Fix the problem by using '%p' to print the address. Signed-off-by: Carlo Caione <ccaione@baylibre.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
device_service.c | ||
kernel_service.c |