13 lines
141 B
C++
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
|