2021-06-03 13:40:09 +02:00
|
|
|
/*
|
2024-12-27 15:40:46 +08:00
|
|
|
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
|
2021-06-03 13:40:09 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2020-06-23 16:07:09 +08:00
|
|
|
|
|
|
|
|
#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"
|