refactor(structure): move layered firmware modules from main to components
This commit is contained in:
5
components/platform/include/platform_bootstrap.h
Normal file
5
components/platform/include/platform_bootstrap.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t platform_bootstrap_init(void);
|
||||
Reference in New Issue
Block a user