mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 22:17:18 +00:00
fs/fat/fs_fat32util.c: return was missing from the last PR.
This commit is contained in:
parent
a25ad63582
commit
910ebbf5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ void fat_putuint32(FAR uint8_t *ptr, uint32_t value32)
|
|||
|
||||
int fat_semtake(struct fat_mountpt_s *fs)
|
||||
{
|
||||
nxsem_wait_uninterruptible(&fs->fs_sem);
|
||||
return nxsem_wait_uninterruptible(&fs->fs_sem);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue