mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Some changes to the Telnet/FTPD configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4376 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
#define _TSIOCVALID(c) (_IOC_TYPE(c)==_TSIOCBASE)
|
||||
#define _TSIOC(nr) _IOC(_TSIOCBASE,nr)
|
||||
|
||||
/* NuttX sensor ioctl definitions (see nuttx/sensor/*.h) ********************/
|
||||
/* NuttX sensor ioctl definitions (see nuttx/sensor/xxx.h) ******************/
|
||||
|
||||
#define _SNIOCVALID(c) (_IOC_TYPE(c)==_SNIOCBASE)
|
||||
#define _SNIOC(nr) _IOC(_SNIOCBASE,nr)
|
||||
|
||||
Reference in New Issue
Block a user