mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
log: skip unused tag string wanring in esp_check.h
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "esp_lcd_panel_io.h"
|
||||
#include "esp_lcd_panel_io_interface.h"
|
||||
|
||||
static __attribute__((unused)) const char *TAG = "lcd_panel.io";
|
||||
static const char *TAG = "lcd_panel.io";
|
||||
|
||||
esp_err_t esp_lcd_panel_io_tx_param(esp_lcd_panel_io_handle_t io, int lcd_cmd, const void *param, size_t param_size)
|
||||
{
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include "esp_lcd_panel_ops.h"
|
||||
#include "esp_lcd_panel_interface.h"
|
||||
|
||||
static __attribute__((unused)) const char *TAG = "lcd_panel";
|
||||
static const char *TAG = "lcd_panel";
|
||||
|
||||
esp_err_t esp_lcd_panel_reset(esp_lcd_panel_handle_t panel)
|
||||
{
|
||||
|
Reference in New Issue
Block a user