Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions include/zephyr/sys/util_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@
/* Used by UTIL_DEC */
#include "util_internal_util_dec.h"

/* Used by UTIL_ADD */
#include "util_internal_util_add.h"

/* Used by UTIL_SUB */
#include "util_internal_util_sub.h"

/* Used by UTIL_X2 */
#include "util_internal_util_x2.h"

Expand Down
Loading
Loading