C++ refactoring (#91)
This commit is contained in:
committed by
GitHub
parent
d06137ba76
commit
ca5d4b8226
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace tt {
|
||||
|
||||
void esp_init();
|
||||
void initEsp();
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace tt {
|
||||
|
||||
esp_err_t esp_partitions_init();
|
||||
esp_err_t initEspPartitions();
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Hal/Configuration.h"
|
||||
#include "hal/Configuration.h"
|
||||
|
||||
namespace tt::hal {
|
||||
|
||||
Reference in New Issue
Block a user