Files
esp-idf/components/log/src/noos/util.c
T
2025-01-08 14:46:53 +08:00

13 lines
200 B
C

/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdbool.h>
bool esp_log_util_is_constrained(void)
{
return true;
}