Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler...
[pub/lufa.git] / Projects / Webserver / Lib / FATFs / diskio.c
index 59ec707..64daad9 100644 (file)
@@ -62,3 +62,4 @@ DRESULT disk_write (
        return RES_OK;
 }
 #endif /* _READONLY */
+