LPC4357 EVB: Ooops got sense of the LED GPIO backward

This commit is contained in:
Gregory Nutt
2014-11-27 12:38:04 -06:00
parent f2603866e0
commit 57e57bba36
6 changed files with 26 additions and 18 deletions
+2 -2
View File
@@ -83,12 +83,12 @@ File Systems
int losetup(FAR const char *devname, FAR const char *filename,
uint16_t sectsize, off_t offset, bool readonly);
Give a file or character devices at 'filename', losetup will create the
Given a file or character devices at 'filename', losetup will create the
block device 'devname' using a bogus sector size of sectsize. 'offset' is
normally zero but can be used to provide an offset into the EEPROM where
the block driver data starts; The EEPROM block driver can also be read-
only.
There is a corresponding function that will destory the loop device:
There is a corresponding function that will destroy the loop device:
int loteardown(FAR const char *devname);