Coding standard requires a blank line after every comment.

This commit is contained in:
Gregory Nutt
2016-12-07 06:52:15 -06:00
parent cae56b825b
commit b9be0279b1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@
* that does not have the errata, to override the edge the SDIO
* command and data is changed on.
*/
#if !defined(SDIO_CLKCR_EDGE)
# define SDIO_CLKCR_EDGE SDIO_CLKCR_RISINGEDGE
#endif
+1
View File
@@ -160,6 +160,7 @@
* that does not have the errata, to override the edge the SDIO
* command and data is changed on.
*/
#if !defined(STM32_SDMMC_CLKCR_EDGE)
# define STM32_SDMMC_CLKCR_EDGE STM32_CLKCR_RISINGEDGE
#endif