summaryrefslogtreecommitdiff
path: root/userspace/sysfs_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/sysfs_write.c')
-rw-r--r--userspace/sysfs_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/sysfs_write.c b/userspace/sysfs_write.c
index b35f063..9f91632 100644
--- a/userspace/sysfs_write.c
+++ b/userspace/sysfs_write.c
@@ -5,5 +5,5 @@ int main()
uint32_t data=0xaabbccdd;
fwrite(&data,4,1,f);
// fclose(f); // not automatically by newlib?
- fflush(f);
+// fflush(f);
}