Skip to content

Commit

Permalink
fix: rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc committed Jul 26, 2024
1 parent 2bce7b1 commit a71a87a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions radio/src/datastructs.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ static inline void check_struct()

#if defined(RADIO_TPRO) || defined(RADIO_TPROV2)
CHKSIZE(ModelData, 6290);
#elif defined(RADIO_TPROV2)
CHKSIZE(RadioData, 869);
CHKSIZE(ModelData, 6290);
#elif defined(RADIO_T14) || defined(RADIO_T12MAX)
CHKSIZE(RadioData, 869);
CHKSIZE(ModelData, 6265);
#elif defined(RADIO_FAMILY_T20)
CHKSIZE(ModelData, 6326);
Expand Down

0 comments on commit a71a87a

Please sign in to comment.