xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977925521
########## arch/arm/src/xmc4/xmc4_start.c: ########## @@ -66,7 +66,7 @@ static inline void xmc4_flash_waitstates(void); * 0x2002:ffff - End of internal SRAM and end of heap (a */ -#define HEAP_BASE ((uintptr_t)&_ebss+CONFIG_IDLETHREAD_STACKSIZE) +#define HEAP_BASE ((uintptr_t)_ebss+CONFIG_IDLETHREAD_STACKSIZE) Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org