2022-07-12 19:46:23 +08:00
|
|
|
/*
|
2024-12-27 15:40:46 +08:00
|
|
|
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
|
2022-07-12 19:46:23 +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"
|