Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: fix XCC compilation with k_poll event initializer
XCC (which is based on GCC 4.2) needs the initializer of one of the union elements to be enclosed in brackets. So add them. Fixes zephyrproject-rtos#33549 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
- Loading branch information