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

#ifndef MAINBD_H
#define MAINBD_H

#include "QSPIFBlockDevice.h"
#include "mbed.h"

extern QSPIFBlockDevice mainBD;

#endif