Skip to content
Commit 467ce894 authored by Peter Mitsis's avatar Peter Mitsis Committed by Carles Cufí
Browse files

cmsis: resolve undefined reference to k_calloc()



When no heap has been configured, osMessageQueueNew() will no
longer include a call to k_calloc() (which needs the heap).
In such a configuration, if osMessageQueueNew() indicates that
the buffer must be allocated, it will fail and return NULL.

Fixes #61196

Signed-off-by: default avatarPeter Mitsis <peter.mitsis@intel.com>
parent e364f29b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment