Skip to content
Snippets Groups Projects
Commit 4efd07e1 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SAMA5 NAND: bugfixes

parent 564143db
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment