File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tools/projmgr/test/data/TestMemoryRegions/ref/RteTestDevice1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242// <h> __ROM3 (unused)
4343// <o> Base address <0x0-0xFFFFFFFF:8>
4444// <i> Defines base address of memory region.
45- #define __ROM3_BASE 0
45+ #define __ROM3_BASE 0x0
4646// <o> Region size [bytes] <0x0-0xFFFFFFFF:8>
4747// <i> Defines size of memory region.
48- #define __ROM3_SIZE 0
48+ #define __ROM3_SIZE 0x0
4949// </h>
5050
5151// </h>
8383// <h> __RAM3 (unused)
8484// <o> Base address <0x0-0xFFFFFFFF:8>
8585// <i> Defines base address of memory region.
86- #define __RAM3_BASE 0
86+ #define __RAM3_BASE 0x0
8787// <o> Region size [bytes] <0x0-0xFFFFFFFF:8>
8888// <i> Defines size of memory region.
89- #define __RAM3_SIZE 0
89+ #define __RAM3_SIZE 0x0
9090// </h>
9191
9292// </h>
You can’t perform that action at this time.
0 commit comments