mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
13 lines
139 B
C++
13 lines
139 B
C++
#pragma once
|
|
|
|
#ifdef ESP_TARGET
|
|
|
|
#include "esp_err.h"
|
|
|
|
namespace tt {
|
|
|
|
esp_err_t initEspPartitions();
|
|
|
|
} // namespace
|
|
|
|
#endif // ESP_TARGET
|