fix: remove log from IRAM function
This commit is contained in:
parent
0bdad7f2a3
commit
67c59a2021
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ void IRAM_ATTR timerWrite(hw_timer_t *timer, uint64_t val) {
|
||||||
|
|
||||||
void IRAM_ATTR timerAlarm(hw_timer_t *timer, uint64_t alarm_value, bool autoreload, uint64_t reload_count) {
|
void IRAM_ATTR timerAlarm(hw_timer_t *timer, uint64_t alarm_value, bool autoreload, uint64_t reload_count) {
|
||||||
if (timer == NULL) {
|
if (timer == NULL) {
|
||||||
log_e("Timer handle is NULL");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
esp_err_t err = ESP_OK;
|
esp_err_t err = ESP_OK;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue