mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +00:00
Cosmetic changes to comments/spacing
This commit is contained in:
parent
b6a377b74d
commit
a6a5dff2c9
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ int sam_bringup(void)
|
|||
#ifdef CONFIG_SAMA5D4EK_HSMCI0_MOUNT
|
||||
else
|
||||
{
|
||||
/* REVISIT: A delay seems to be required here or the mount will fail. */
|
||||
/* Mount the volume on HSMCI0 */
|
||||
|
||||
ret = mount(CONFIG_SAMA5D4EK_HSMCI0_MOUNT_BLKDEV,
|
||||
|
|
@ -153,6 +154,7 @@ int sam_bringup(void)
|
|||
#ifdef CONFIG_SAMA5D4EK_HSMCI1_MOUNT
|
||||
else
|
||||
{
|
||||
/* REVISIT: A delay seems to be required here or the mount will fail. */
|
||||
/* Mount the volume on HSMCI1 */
|
||||
|
||||
ret = mount(CONFIG_SAMA5D4EK_HSMCI1_MOUNT_BLKDEV,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue