mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
sdio_slave_hal: fix the TAG non-static issue
(MINOR CHANGE)
This commit is contained in:
parent
41e37ebabe
commit
72cf67cba3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user