blk_box_tc/main/drivers/nvs.h
2025-08-22 12:52:24 -05:00

7 lines
97 B
C

#ifndef NVS_H
#define NVS_H
/// @brief Initializes the NVS.
bool init_nvs();
#endif /* NVS_H */