2021-08-05 16:30:10 +02:00
|
|
|
/*
|
2024-12-27 15:40:46 +08:00
|
|
|
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
|
2021-08-05 16:30:10 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2020-12-01 20:03:10 +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"
|