hartmannathan opened a new pull request #1660: URL: https://github.com/apache/incubator-nuttx/pull/1660
## Summary Comments only. No functional changes. See STM32G474 Reference Manual (RM0440 Rev 4), section 3.4.1, Table 11, "Option byte organization." arch/arm/src/stm32/hardware/stm32g47xxx_memorymap.h: * STM32_OPTION_BASE: The comment incorrectly said the range was 0x1fff7800-0x1fff780f for a total of 16 Option Bytes. Corrected this to 0x1fff7800-0x1fff782f, as the device has 48 Option Bytes for this option block. * STM32_OPTION_BASE2: The comment incorrectly said the range was 0x1ffff800-0x1ffff80f for a total of 16 Option Bytes. Corrected this to 0x1ffff800-0x1ffff82f, as the device has 48 Option Bytes for this option block. ## Impact No functional changes. Fixes incorrect documentation. ## Testing Tested nxstyle. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org