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 "MainBD.h"

void doErase(mbed::BlockDevice &bd);

#endif