#define EPAGE_LOW_BOUND 0x400u
The constant "0x400u": what is the final "u" ?
This line appears in the automatically generated datapage.c file
Thanks
Solved! Go to Solution.
555u - unsigned
555l - long
555ul - unsigned long
View solution in original post