Skip to content

Commit

Permalink
Fixes #1153
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin committed Aug 5, 2023
1 parent c2a3858 commit 6251c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/private/IRTimer.hpp
Expand Up @@ -458,7 +458,7 @@ void timerConfigForSend(uint16_t aFrequencyKHz) {
# endif // defined(SEND_PWM_BY_TIMER)

/*
* AVR Timer2 (8 bits) // Tone timer on UNO
* AVR Timer2 (8 bits) // Tone timer on Uno
*/
#elif defined(IR_USE_AVR_TIMER2)

Expand Down Expand Up @@ -1086,7 +1086,7 @@ void timerConfigForSend(uint16_t aFrequencyKHz) {
**********************************************************************************************************************/

/**********************************************
* UNO R4 boards
* Uno R4 boards
* The FspTimer uses undocumented
**********************************************/
#elif defined(ARDUINO_ARCH_RENESAS)
Expand Down

0 comments on commit 6251c69

Please sign in to comment.