mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
When building for 64-bit platform (tested on native_posix_64), there was a cast warning for different sizes. A void * is used to store a simple ID, fixed by using uintptr_t instead. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>