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

10 lines
244 B
C
Raw Normal View History

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