shithub: lwext4

Download patch

ref: 13e34ef3f6aae58432e5518776a36a435029ad8e
parent: 0589b9280b623ef2dc2ec2c5c879b4d23cabddb9
author: gkostka <kostka.grzegorz@gmail.com>
date: Fri Apr 1 12:00:18 EDT 2016

ext4_config: set CONFIG_UNALIGNED_ACCESS to 0 as default

--- a/include/ext4_config.h
+++ b/include/ext4_config.h
@@ -147,7 +147,7 @@
 
 /**@brief Unaligned access switch on/off*/
 #ifndef CONFIG_UNALIGNED_ACCESS
-#define CONFIG_UNALIGNED_ACCESS 1
+#define CONFIG_UNALIGNED_ACCESS 0
 #endif
 #ifdef __cplusplus
 }