julianoes commented on a change in pull request #3976:
URL: https://github.com/apache/incubator-nuttx/pull/3976#discussion_r661256124
##########
File path: arch/arm/src/stm32f7/hardware/stm32_sdmmc.h
##########
@@ -46,7 +46,7 @@
#define STM32_SDMMC_ARG_OFFSET 0x0008 /* SDMMC argument
register */
#define STM32_SDMMC_CMD_OFFSET 0x000c /* SDMMC command register
*/
#define STM32_SDMMC_RESPCMD_OFFSET 0x0010 /* SDMMC command response
register */
-#define STM32_SDMMC_RESP_OFFSET(n) (0x0010+4*(n))
+#define STM32_SDMMC_RESP_OFFSET(n) (0x0010 + 4 * (n))
Review comment:
I can do that. However, the first commit is a clear merge only, and this
one is a style change. Up to you.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]