move comment about 'or else' chips that use TIMER2.

This commit is contained in:
Marc MERLIN
2017-03-31 22:01:31 -07:00
parent eae9de4307
commit 6b8f2bdbfc
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#ifdef ESP32
#ifdef IR_TIMER_USE_ESP32
hw_timer_t *timer;
void IRTimer(); // defined in IRremote.cpp
#endif