Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Lo Giacco committed Jan 26, 2024
1 parent bade7c3 commit d937296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Arrays/Arrays.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const int bufferSize = 10;
CircularBuffer<int, bufferSize> buffer;


char convert(const int i) {
char convert(const int& i) {
return (char)i;
}

Expand Down

0 comments on commit d937296

Please sign in to comment.