sdio_slave_hal: fix the TAG non-static issue

(MINOR CHANGE)
This commit is contained in:
Michael (XIAO Xufeng) 2019-12-24 16:44:05 +08:00
parent 41e37ebabe
commit 72cf67cba3

View file

@ -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);