esp-idf/components/log/include/esp_log_internal.h

10 lines
244 B
C
Raw Normal View History

2021-04-12 02:02:59 -04:00
/*
2024-03-11 09:44:33 -04:00
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
2021-04-12 02:02:59 -04:00
*
* SPDX-License-Identifier: Apache-2.0
*/
2024-03-11 09:44:33 -04:00
#pragma once
#warning "esp_log_internal.h is deprecated, please migrate to esp_log_buffer.h"
#include "esp_log_buffer.h"