Pull request

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_URIBeacon by Bluetooth Low Energy

Revision:
26:a0c5919f8df4
Parent:
17:e2c0a1696e39
--- a/nrfConfigParamsPersistence.cpp	Thu Jul 02 08:40:45 2015 +0000
+++ b/nrfConfigParamsPersistence.cpp	Thu Jul 02 15:17:02 2015 +0000
@@ -38,7 +38,7 @@
  * load and store operations in this module initialize persistentParams and then
  * pass it on to the 'pstorage' APIs.
  */
-static PersistentParams_t persistentParams;
+static PersistentParams_t persistentParams __attribute__((aligned (4)));
 
 static pstorage_handle_t pstorageHandle;