~aleteoryx/muditaos

ref: b5749912a9393e0b21cd55d31b6807f648d3b291 muditaos/module-bsp/bsp/bsp.hpp -rw-r--r-- 128 bytes
b5749912 — Marek Niepieklo [CP-825] Interrupted transfer to FS endpoint may corrupt the filesystem 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MODULE_BSP_BSP_HPP
#define MODULE_BSP_BSP_HPP

namespace bsp
{

    void BoardInit();

}



#endif //MODULE_BSP_BSP_HPP