mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 18:40:59 +02:00
12 lines
236 B
C
12 lines
236 B
C
/*
|
|
* SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <assert.h>
|
|
#include <sys/param.h>
|
|
#include "esp_ota_ops.h"
|
|
#include "esp_attr.h"
|
|
#include "sdkconfig.h"
|