8000 Fix typo in comment (#445) · murarduino/ESP8266Audio@701ca39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 701ca39

Browse files
authored
Fix typo in comment (earlephilhower#445)
1 parent 8459393 commit 701ca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioGeneratorMIDI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ unsigned int AudioGeneratorMIDI::buffer_int32 (int offset) {
172172

173173
unsigned long AudioGeneratorMIDI::get_varlen (int *ptr) {
174174
/* Get a 1-4 byte variable-length value and adjust the pointer past it.
175-
These are a succession of 7-bit values with a MSB bit of zero marking the end */
175+
These are a succession of 7-bit values with an MSB bit of zero marking the end */
176176

177177
unsigned long val;
178178
int i, byte;

0 commit comments

Comments
 (0)
0