diff options
Diffstat (limited to 'userspace/sysfs_write.c')
| -rw-r--r-- | userspace/sysfs_write.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/userspace/sysfs_write.c b/userspace/sysfs_write.c deleted file mode 100644 index 9f91632..0000000 --- a/userspace/sysfs_write.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <stdio.h> -int main() -{ - FILE *f=fopen("/sys/mem","w"); - uint32_t data=0xaabbccdd; - fwrite(&data,4,1,f); -// fclose(f); // not automatically by newlib? -// fflush(f); -} |
