summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2016-04-01 16:00:18 +0200
committergkostka <kostka.grzegorz@gmail.com>2016-04-01 16:00:18 +0200
commit13e34ef3f6aae58432e5518776a36a435029ad8e (patch)
tree886a5976621e3b7b9de794d9e699cd776c4bc57e /include
parent0589b9280b623ef2dc2ec2c5c879b4d23cabddb9 (diff)
ext4_config: set CONFIG_UNALIGNED_ACCESS to 0 as default
Diffstat (limited to 'include')
-rw-r--r--include/ext4_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4_config.h b/include/ext4_config.h
index 82dff16..66f4c19 100644
--- a/include/ext4_config.h
+++ b/include/ext4_config.h
@@ -147,7 +147,7 @@ extern "C" {
/**@brief Unaligned access switch on/off*/
#ifndef CONFIG_UNALIGNED_ACCESS
-#define CONFIG_UNALIGNED_ACCESS 1
+#define CONFIG_UNALIGNED_ACCESS 0
#endif
#ifdef __cplusplus
}