disable pstorage by default
parent
255e02b003
commit
2d70b38dbe
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue