This commit is contained in:
Benjamin Maxwell 2024-09-15 12:46:36 +08:00 committed by GitHub
commit 8db08b0cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,7 +269,7 @@ esp_err_t iot_button_delete(button_handle_t btn_handle)
button_handle_t iot_button_create(gpio_num_t gpio_num, button_active_t active_level)
{
#if USE_ESP_TIMER
esp_rom_printf("use esp timer !!!\n");
ESP_LOGD(TAG, "Using ESP timer");
esp_timer_init();
#endif