diff --git a/sys/fs/fat/fat_filelib.c b/sys/fs/fat/fat_filelib.c index 5c37840..3fa2ae8 100644 --- a/sys/fs/fat/fat_filelib.c +++ b/sys/fs/fat/fat_filelib.c @@ -727,8 +727,10 @@ // Create New #if FATFS_INC_WRITE_SUPPORT - if (!file && (flags & FILE_CREATE)) + if (!file && (flags & FILE_CREATE)) { file = _create_file(path); + kprintf("[%s:%i]", __FILE__, __LINE__); + } #endif // Write Existing (and not open due to read or create)