feat(log): Use esp_log func in all LOG macros
This commit is contained in:
committed by
BOT
parent
a29589e266
commit
a5bc08fb55
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* 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 false;
|
||||
}
|
||||
Reference in New Issue
Block a user