mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
This creates a 8051 build that can run in 24Kb of RAM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@26 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+3
-3
@@ -61,11 +61,11 @@ static ssize_t devnull_write(struct file *, const char *, size_t);
|
||||
|
||||
static struct file_operations devnull_fops =
|
||||
{
|
||||
NULL, /* open */
|
||||
NULL, /* close */
|
||||
0, /* open */
|
||||
0, /* close */
|
||||
devnull_read, /* read */
|
||||
devnull_write, /* write */
|
||||
NULL /* ioctl */
|
||||
0 /* ioctl */
|
||||
};
|
||||
|
||||
/************************************************************
|
||||
|
||||
Reference in New Issue
Block a user