Skip to content

Commit

Permalink
Updated checksize information for NB4P
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Jul 4, 2024
1 parent fd45d75 commit 330b500
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions radio/src/datastructs.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static inline void check_struct()
CHKSIZE(TimerData, 17);
CHKSIZE(ModelHeader, 131);
CHKSIZE(CustomScreenData, 852);
#if defined(PCBNV14)
#if defined(PCBNV14) || defined(RADIO_NB4P)
CHKTYPE(TopBarPersistentData, 300);
#else
CHKTYPE(TopBarPersistentData, 444);
Expand Down Expand Up @@ -103,7 +103,11 @@ static inline void check_struct()
#elif defined(PCBNV14)
CHKSIZE(ModelData, 15591);
#elif defined(PCBPL18)
CHKSIZE(ModelData, 15771);
#if defined(RADIO_NB4P)
CHKSIZE(ModelData, 15627);
#else
CHKSIZE(ModelData, 15771);
#endif
#elif defined(RADIO_T15)
CHKSIZE(ModelData, 15760);
#elif defined(PCBHORUS)
Expand Down

0 comments on commit 330b500

Please sign in to comment.