mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +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;\
|
return ret_val;\
|
||||||
} }while (0)
|
} }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);
|
static esp_err_t init_send_queue(sdio_slave_context_t *hal);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user