/* * NVDataMgmt.h * * Created on: Aug 7, 2024 * Author: fw */ #ifndef __NVDATAMGMT_H__ #define __NVDATAMGMT_H__ #include "BLCommon.h" void initNVDataMgmt( void ); #endif