mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-10 03:32:49 +00:00
Rename ESP32 timer name so that it doesn't conflict with other timers.
This commit is contained in:
@@ -123,7 +123,7 @@ int MATCH_SPACE (int measured_ticks, int desired_us)
|
||||
// Gap width is recorded; Ready is cleared; New logging starts
|
||||
//
|
||||
#ifdef ESP32
|
||||
void onTimer()
|
||||
void IRTimer()
|
||||
#else
|
||||
ISR (TIMER_INTR_NAME)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user