Files
tactility/TactilityHeadless/Private/EspInit.h
T
Ken Van Hoeylandt ca5d4b8226 C++ refactoring (#91)
2024-11-26 17:51:05 +01:00

11 lines
102 B
C++

#pragma once
#ifdef ESP_TARGET
namespace tt {
void initEsp();
} // namespace
#endif // ESP_TARGET