mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
sdio_slave_hal: fix the TAG non-static issue
(MINOR CHANGE)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
return ret_val;\
|
||||
} }while (0)
|
||||
|
||||
const char TAG[] = "SDIO_HAL";
|
||||
static const char TAG[] = "SDIO_HAL";
|
||||
|
||||
static esp_err_t init_send_queue(sdio_slave_context_t *hal);
|
||||
|
||||
|
Reference in New Issue
Block a user