Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Nov 30, 2023
1 parent 44ff336 commit 292e2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ void APP_StartListening(FUNCTION_Type_t Function, const bool reset_am_fix)
BK4819_WriteRegister(BK4819_REG_13, (orig_lna_short << 8) | (orig_lna << 5) | (orig_mixer << 3) | (orig_pga << 0));
}
#else
(void)reset_am_fix;
BK4819_WriteRegister(BK4819_REG_13, (orig_lna_short << 8) | (orig_lna << 5) | (orig_mixer << 3) | (orig_pga << 0));
#endif
}
Expand Down

0 comments on commit 292e2e7

Please sign in to comment.