Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsss655 committed Jan 20, 2024
1 parent 0e4f76b commit fb28775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/spectrum.c
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ void APP_RunSpectrum() {
return;

if(on) {
for(uint8_t i = 0; i < ARRAY_SIZE(rssiHistory); i++)
for(uint8_t i = 0; i < ARRAY_SIZE(rssiHistory); i++)
{
gainOffset[i] = peak.rssi - rssiHistory[i];
}
Expand Down

0 comments on commit fb28775

Please sign in to comment.