SG RFID nRF51822 fork
Fork of nRF51822 by
Diff: nordic/app_common/pstorage.cpp
- Revision:
- 93:0e7a9efee6d7
- Parent:
- 65:98215c4f3a25
--- a/nordic/app_common/pstorage.cpp Wed Jan 21 10:01:16 2015 +0000 +++ b/nordic/app_common/pstorage.cpp Wed Jan 21 10:01:17 2015 +0000 @@ -10,8 +10,6 @@ * */ -#if NEED_PSTORAGE /* disabled by default */ - #include "pstorage.h" #include <stdlib.h> #include <stdint.h> @@ -19,7 +17,7 @@ #include "nordic_common.h" #include "nrf_error.h" #include "nrf_assert.h" -#include "nrf.h" +// #include "nrf.h" #include "nrf_soc.h" #include "app_util.h" @@ -1120,6 +1118,4 @@ return retval; } -#endif // PSTORAGE_RAW_MODE_ENABLE - -#endif /* #if NEED_PSTORAGE */ +#endif // PSTORAGE_RAW_MODE_ENABLE \ No newline at end of file