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

#ifndef FLASHERASE_H
#define FLASHERASE_H

#include "MainBD.h"

int doErase(mbed::BlockDevice &bd);

#endif