7 lines
97 B
C
7 lines
97 B
C
#ifndef NVS_H
|
|
#define NVS_H
|
|
|
|
/// @brief Initializes the NVS.
|
|
bool init_nvs();
|
|
|
|
#endif /* NVS_H */ |