disable pstorage by default

master
Rohit Grover 2014-08-29 08:38:20 +01:00
parent 255e02b003
commit 2d70b38dbe
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
*
*/
#if NEED_PSTORAGE /* disabled by default */
#include "pstorage.h"
#include <stdlib.h>
#include <stdint.h>
@ -1120,3 +1122,5 @@ uint32_t pstorage_raw_clear(pstorage_handle_t * p_dest, pstorage_size_t size)
}
#endif // PSTORAGE_RAW_MODE_ENABLE
#endif /* #if NEED_PSTORAGE */