Skip to content

Commit

Permalink
cavacore test app use bars variable in loop
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav committed May 4, 2022
1 parent 4d10e55 commit ec22f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cavacore_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void main() {
}
printf("got lower cut off frequencies:\n");

for (int i = 0; i < 10; i++) {
for (int i = 0; i < bars_per_channel; i++) {
printf("%.0f \t", plan->cut_off_frequency[i]);
}
printf("MHz\n\n");
Expand Down

0 comments on commit ec22f91

Please sign in to comment.