committed by
GitHub
parent
6d80144e12
commit
85e26636a3
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef ESP_TARGET
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
namespace tt {
|
||||
|
||||
esp_err_t esp_partitions_init();
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // ESP_TARGET
|
||||
Reference in New Issue
Block a user