7 lines
72 B
C++
7 lines
72 B
C++
#ifndef NVS_HPP
|
|
#define NVS_HPP
|
|
|
|
void init_nvs();
|
|
|
|
#endif /* NVS_HPP */
|