mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-21 09:25:06 +00:00
8 lines
150 B
C++
8 lines
150 B
C++
#include <Tactility/hal/Configuration.h>
|
|
|
|
bool initBoot();
|
|
|
|
extern const tt::hal::Configuration hardwareConfiguration = {
|
|
.initBoot = initBoot
|
|
};
|