2021-11-06 17:23:21 +08:00
|
|
|
/*
|
2024-12-27 15:40:46 +08:00
|
|
|
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
|
2021-11-06 17:23:21 +08:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2024-12-27 15:40:46 +08:00
|
|
|
#include "esp_rtc_time.h"
|
|
|
|
|
#warning "Header file is deprecated, please include esp_rtc_time.h instead"
|