mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
11 lines
221 B
C
11 lines
221 B
C
#pragma once
|
|
|
|
#include "hal/Configuration.h"
|
|
|
|
extern const tt::hal::Configuration sim_hardware;
|
|
|
|
typedef void (*MainFunction)();
|
|
void setMainForSim(MainFunction mainFunction);
|
|
void executeMainFunction();
|
|
int main_stub();
|