Skip to content

Commit

Permalink
experiment - change to full nvs partition setup
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Nov 5, 2020
1 parent ac4f450 commit e7d800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nesper/esp/nvs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type
type
# nvs_opaque_iterator_t {.header: "<nvs.h>", importc: "nvs_opaque_iterator_t".} = object
# nvs_iterator_t* = ptr nvs_opaque_iterator_t
nvs_iterator_t {.header: "<nvs.h>", importc: "nvs_iterator_t".} = ptr
nvs_iterator_t* {.header: "<nvs.h>", importc: "nvs_iterator_t".} = ptr

## *
## @brief Open non-volatile storage with a given namespace from the default NVS partition
Expand Down

0 comments on commit e7d800b

Please sign in to comment.