Ken Van Hoeylandt 85e26636a3
C++ conversion (#80)
Converted project to C++
2024-11-22 20:26:08 +01:00

13 lines
141 B
C++

#pragma once
#ifdef ESP_TARGET
#include "esp_err.h"
namespace tt {
esp_err_t esp_partitions_init();
} // namespace
#endif // ESP_TARGET