Newer
Older
Tardis / include / FlashErase.h
@Jookia Jookia on 19 Mar 2023 156 bytes Initial commit
#ifndef FLASHERASE_H
#define FLASHERASE_H

#include "Filesystem.h"
#include "MainBD.h"

void doErase(mbed::BlockDevice& bd, LittleFileSystem2& fs);

#endif