We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdad7f commit 67c59a2Copy full SHA for 67c59a2
cores/esp32/esp32-hal-timer.c
@@ -54,7 +54,6 @@ void IRAM_ATTR timerWrite(hw_timer_t *timer, uint64_t val) {
54
55
void IRAM_ATTR timerAlarm(hw_timer_t *timer, uint64_t alarm_value, bool autoreload, uint64_t reload_count) {
56
if (timer == NULL) {
57
- log_e("Timer handle is NULL");
58
return;
59
}
60
esp_err_t err = ESP_OK;
0 commit comments