// // Created by villuton on 16.09.2025. // #ifndef CHARGER_STORAGEONFLASH_H #define CHARGER_STORAGEONFLASH_H #include "StorageOnFlashArtery.h" typedef struct { tStorageOnFlashArtery nf_storage; tStorageInterface interface; } tStorageOnFlash; extern tStorageOnFlash NVM_STORAGE; void StorageOnFlash_Init(); #endif //CHARGER_STORAGEONFLASH_H