summaryrefslogtreecommitdiff
path: root/nuttx/include/fcntl.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-18 17:08:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-18 17:08:27 +0000
commite39cf9e26bd07bcb73d475fa92b5f1d3d1a13cf0 (patch)
tree19315fef4996c7f98e75525ffa73ee284eb5c7de /nuttx/include/fcntl.h
parent6a14fe48c61536241f4071b75df0bf8773c72e42 (diff)
downloadpx4-nuttx-e39cf9e26bd07bcb73d475fa92b5f1d3d1a13cf0.tar.gz
px4-nuttx-e39cf9e26bd07bcb73d475fa92b5f1d3d1a13cf0.tar.bz2
px4-nuttx-e39cf9e26bd07bcb73d475fa92b5f1d3d1a13cf0.zip
drivers/serial: Don't disable Rx interrrupts on each character
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4631 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/fcntl.h')
-rw-r--r--nuttx/include/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/fcntl.h b/nuttx/include/fcntl.h
index 1af4c3372..382c5be16 100644
--- a/nuttx/include/fcntl.h
+++ b/nuttx/include/fcntl.h
@@ -71,7 +71,7 @@
#define O_RSYNC 0 /* Synchronize input on read */
#define O_ACCMODE 0 /* Required by POSIX */
#define O_NOCTTY 0 /* Required by POSIX */
-#defone O_TEXT 0 /* Open the file in text (translated) mode. */
+#define O_TEXT 0 /* Open the file in text (translated) mode. */
/* This is the highest bit number used in the open flags bitset. Bits above
* this bit number may be used within NuttX for other, internal purposes.