davids5 commented on a change in pull request #3976:
URL: https://github.com/apache/incubator-nuttx/pull/3976#discussion_r661389340
##########
File path: arch/arm/src/stm32f7/stm32_sdmmc.c
##########
@@ -855,13 +855,9 @@ static void stm32_configwaitints(struct stm32_dev_s *priv,
uint32_t waitmask,
flags = enter_critical_section();
-#ifdef CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE
- if ((waitmask & SDIOWAIT_WRCOMPLETE) != 0)
+#if defined(CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE)
Review comment:
it is consistent with H7.
--
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]