Skip to content

Commit 67c59a2

Browse files
committed
fix: remove log from IRAM function
1 parent 0bdad7f commit 67c59a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/esp32-hal-timer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ void IRAM_ATTR timerWrite(hw_timer_t *timer, uint64_t val) {
5454

5555
void IRAM_ATTR timerAlarm(hw_timer_t *timer, uint64_t alarm_value, bool autoreload, uint64_t reload_count) {
5656
if (timer == NULL) {
57-
log_e("Timer handle is NULL");
5857
return;
5958
}
6059
esp_err_t err = ESP_OK;

0 commit comments

Comments
 (0)