Skip to content
Commit 8580f63a authored by Daniel Leung's avatar Daniel Leung Committed by Christopher Friedt
Browse files

samples: philosophers: fix pointer type mismatch for stack fork



When using the stack fork type in the philosophers sample,
there were a few pointer type mismatch since the k_stack_*()
functions are using stack_data_t but the parameters are uint32_t.
So cast them to void pointer to suppress compiler warnings.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 1672f6ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment