Skip to content

Commit

Permalink
Update spectrum.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DE8MSH authored Jul 24, 2023
1 parent 917093b commit 4478d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spectrum_fagci/spectrum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class CSpectrum {
}

///////////// MANDEL >>>
u8 max=100
u8 max=100;
u8 height=56;
u8 width=128;
for (u8 row = 0; row < height; row++) {
Expand Down

0 comments on commit 4478d30

Please sign in to comment.