summaryrefslogtreecommitdiff
path: root/lib/oofatfs/ffconf.h
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2020-02-28 10:04:06 -0600
committerJeff Epler <jepler@unpythonic.net>2020-02-28 10:04:28 -0600
commiteef742bf45f504cf23523fea4f20e61774407646 (patch)
treef74501f4106cad22fca329f9bb846ca174321679 /lib/oofatfs/ffconf.h
parent1e6c08fc301b4de089ea756704172f85f076a1cd (diff)
oofatfs: Remove _FS_DISK_READ_ALIGNED
This workaround is no longer needed, so it can be removed. Closes: #2332
Diffstat (limited to 'lib/oofatfs/ffconf.h')
-rw-r--r--lib/oofatfs/ffconf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/oofatfs/ffconf.h b/lib/oofatfs/ffconf.h
index a3795fa3f..214311b4c 100644
--- a/lib/oofatfs/ffconf.h
+++ b/lib/oofatfs/ffconf.h
@@ -343,12 +343,6 @@
/ SemaphoreHandle_t and etc.. A header file for O/S definitions needs to be
/ included somewhere in the scope of ff.h. */
-// Set to nonzero if buffers passed to disk_read have a word alignment
-// restriction
-#ifndef _FS_DISK_READ_ALIGNED
-#define _FS_DISK_READ_ALIGNED 0
-#endif
-
/* #include <windows.h> // O/S definitions */