mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user