Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Oct 8, 2023
1 parent 4bb2447 commit 05fcc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion megaavr/libraries/Servo/src/megaavr/ServoTimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define USE_TIMERB1
#endif
#elif (defined(TCB0) && defined(SERVO_USE_TIMERB0))
#if defined(TCB0)
#if defined(TCB0)
#error "Either your system isn't properly loading headers for some reason, or Microchip released something without a TCB (in which case we don't support it yet)"
#elif defined(MILLIS_USE_TIMERB0)
#error "SERVO_USE_TIMERB0 is defined, but so is MILLIS_USE_TIMERB0 - TCB0 can only be used for one of these."
Expand Down
2 changes: 1 addition & 1 deletion megaavr/libraries/Servo_DxCore/src/megaavr/ServoTimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#define USE_TIMERB1
#endif
#elif (defined(TCB0) && defined(SERVO_USE_TIMERB0))
#if defined(TCB0)
#if defined(TCB0)
#error "Either your system isn't properly loading headers for some reason, or Microchip released something without a TCB (in which case we don't support it yet)"
#elif defined(MILLIS_USE_TIMERB0)
#error "SERVO_USE_TIMERB0 is defined, but so is MILLIS_USE_TIMERB0 - TCB0 can only be used for one of these."
Expand Down

0 comments on commit 05fcc53

Please sign in to comment.