mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 06:55:58 +00:00
true and false in a C environment are macros that are defined to 1 and 0 respectively. In C++ they are keywords, and as such cause failures when macro tests require they expand to a 1 or 0 token. Use the actual token values rather than the macro names when defining the macros. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no> |
||
---|---|---|
.. | ||
__assert.h | ||
arch_interface.h | ||
atomic.h | ||
base64.h | ||
byteorder.h | ||
check.h | ||
crc.h | ||
device_mmio.h | ||
dlist.h | ||
errno_private.h | ||
fdtable.h | ||
libc-hooks.h | ||
list_gen.h | ||
math_extras_impl.h | ||
math_extras.h | ||
mem_manage.h | ||
mempool_base.h | ||
mempool.h | ||
mutex.h | ||
notify.h | ||
onoff.h | ||
printk.h | ||
rb.h | ||
ring_buffer.h | ||
sem.h | ||
sflist.h | ||
slist.h | ||
speculation.h | ||
sys_heap.h | ||
sys_io.h | ||
thread_stack.h | ||
time_units.h | ||
timeutil.h | ||
util_internal.h | ||
util.h |