Skip to content

Commit

Permalink
fix: T20 Trims
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Oct 15, 2023
1 parent 03d48b5 commit 3856b6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions radio/src/targets/taranis/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,4 +469,12 @@ void setTopBatteryValue(uint32_t volts);
#define VOLTAGE_DROP 20
#endif

#if defined(RADIO_T20)
#define NUM_TRIMS 8
#else
#define NUM_TRIMS 4
#endif

#define NUM_TRIMS_KEYS (NUM_TRIMS * 2)

#endif // _BOARD_H_

0 comments on commit 3856b6d

Please sign in to comment.