11 lines
102 B
C++
11 lines
102 B
C++
#pragma once
|
|
|
|
#ifdef ESP_TARGET
|
|
|
|
namespace tt {
|
|
|
|
void initEsp();
|
|
|
|
} // namespace
|
|
|
|
#endif // ESP_TARGET
|