From 7b78a5a287827db9e9b16286f3604aef69b37c5c Mon Sep 17 00:00:00 2001 From: Leo C Date: Mon, 17 Nov 2014 14:47:05 +0100 Subject: Import fatfs R0.10c --- fatfs/doc/img/app3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatfs/doc/img/app3.c') diff --git a/fatfs/doc/img/app3.c b/fatfs/doc/img/app3.c index 736c15a..662c403 100644 --- a/fatfs/doc/img/app3.c +++ b/fatfs/doc/img/app3.c @@ -6,7 +6,7 @@ / If the file has been opened without FA_WRITE flag, it only checks if / the file is contiguous and returns the resulut. */ -#if _FATFS != 8051 /* Check if R0.10b */ +#if _FATFS != 80367 /* Check if R0.10c */ #error This function may not be compatible with this revision of FatFs module. #endif -- cgit v1.2.3