Newer
Older
Tardis / include / FlashErase.h
/*
SPDX-License-Identifier: MIT
Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors
*/

#ifndef FLASHERASE_H
#define FLASHERASE_H

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

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

#endif