From 5a9d0e2569b8d79d73f57a6f80547b13e7fa4e5c Mon Sep 17 00:00:00 2001 From: Aurora Date: Wed, 27 Apr 2016 16:16:25 +0200 Subject: [PATCH] Fail --- source/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fs.c b/source/fs.c index 3f2bc04..1f45126 100644 --- a/source/fs.c +++ b/source/fs.c @@ -71,7 +71,7 @@ void firmRead(void *dest, const char *firmFolder) f_opendir(&dir, path); - u32 id = 0; + u32 id = 0xFFFFFFFF; //Parse the target directory while(f_readdir(&dir, &info) == FR_OK && info.fname[0])