Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jun 27, 2023
1 parent c4b7a82 commit 9a1cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/zephyr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
<define name="KERN_CONT" value="&quot;c&quot;"/>

<define name="ARRAY_SIZE(array)" value="(sizeof(array) / sizeof((array)[0]))"/>
<define name="BIT(x)" value="(1UL<<x)"/>
<define name="BIT(x)" value="(1UL&lt;&lt;x)"/>
<define name="IS_ENABLED(flag)" value="flag"/>
</def>

0 comments on commit 9a1cd37

Please sign in to comment.