Newer
Older
Tardis / include / MainBD.h
@Jookia Jookia on 19 Mar 2023 124 bytes Code format
#ifndef MAINBD_H
#define MAINBD_H

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

extern QSPIFBlockDevice mainBD;

#endif