mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-21 01:15:05 +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
|
|
};
|