mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
SAMA5 NAND: bugfixes
This commit is contained in:
@@ -109,7 +109,7 @@ struct dd_s
|
||||
#ifndef CONFIG_DISABLE_MOUNTPOINT
|
||||
union
|
||||
{
|
||||
FAR void *handle; /* BCH lib handle for block device*/
|
||||
FAR void *handle; /* BCH lib handle for block device */
|
||||
int fd; /* File descriptor of the character device */
|
||||
} inf;
|
||||
#else
|
||||
@@ -119,7 +119,7 @@ struct dd_s
|
||||
#ifndef CONFIG_DISABLE_MOUNTPOINT
|
||||
union
|
||||
{
|
||||
FAR void *handle; /* BCH lib handle for block device*/
|
||||
FAR void *handle; /* BCH lib handle for block device */
|
||||
int fd; /* File descriptor of the character device */
|
||||
} outf;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user