diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index e13a2e0..a64e87f 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -141,7 +141,7 @@ assert(file); //kprintf("File: %s, ", file); - //kprintf("Mode: 0x%X\n", fd->mode); + kprintf("Mode: 0x%X\n", fd->mode); _file = fl_fopen(file, "r");