ci: fix test_build_system* fails

This commit is contained in:
Anton Maklakov 2021-06-03 12:09:52 +07:00
parent b6c91daa68
commit 99115d7e52
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "sdkconfig.h"
#include <string.h>
#include <stdbool.h>
#include <unistd.h>
@ -24,7 +25,6 @@
#include <sys/reent.h>
#include "esp_newlib.h"
#include "esp_attr.h"
#include "sdkconfig.h"
#include "soc/soc_caps.h"
#include "esp_rom_caps.h"

View File

@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include "sdkconfig.h"
#include "nvs.hpp"
#include "nvs_flash.h"
#include "nvs_storage.hpp"
@ -18,7 +19,6 @@
#include "nvs_platform.hpp"
#include "nvs_partition_manager.hpp"
#include "esp_partition.h"
#include "sdkconfig.h"
#include <functional>
#include "nvs_handle_simple.hpp"
#include "esp_err.h"