mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
missing %d in expander isr log
This commit is contained in:
@@ -463,7 +463,7 @@ static void IRAM_ATTR intr_isr_handler(void* arg) {
|
|||||||
xTaskNotifyFromISR(service_task, GPIO_EXP_INTR, eSetValueWithOverwrite, &woken);
|
xTaskNotifyFromISR(service_task, GPIO_EXP_INTR, eSetValueWithOverwrite, &woken);
|
||||||
if (woken) portYIELD_FROM_ISR();
|
if (woken) portYIELD_FROM_ISR();
|
||||||
|
|
||||||
ESP_EARLY_LOGD(TAG, "INTR for expander base", gpio_exp_get_base(arg));
|
ESP_EARLY_LOGD(TAG, "INTR for expander base %d", gpio_exp_get_base(arg));
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user