mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Coding standard requires a blank line after every comment.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user