Skip to content

Commit d3092f9

Browse files
zeonchewaaronyegx
authored andcommitted
mcu: apollo: fix compilation issue for bitmask declaration
There are register bitmask in apollox.h that uses -2147483648 to represent mask value 0x80000000, which would cause compilation issue with ISO C90. A test case that will face this compilation issue is tests/lib/cpp/cxx. To fix this issue, the definition is changed to its hex representation accordingly. Signed-off-by: Chew Zeh Yang <[email protected]>
1 parent 59e5671 commit d3092f9

File tree

3 files changed

+183
-183
lines changed

3 files changed

+183
-183
lines changed

0 commit comments

Comments
 (0)