Rename ESP32 timer name so that it doesn't conflict with other timers.

This commit is contained in:
Marc MERLIN
2017-03-19 21:28:14 -07:00
parent aa8f7b31fe
commit 1b56da6cc7
2 changed files with 3 additions and 3 deletions

View File

@@ -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