mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00:00
Coding standard requires a blank line after every comment.
This commit is contained in:
parent
cae56b825b
commit
b9be0279b1
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue