Skip to content

Commit 4e37f0b

Browse files
committed
fix: Arduino variable typo
1 parent 4532cc3 commit 4e37f0b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Notecard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Notecard
6868
begin(make_note_serial(&serial, speed));
6969
}
7070
inline void setDebugOutputStream(Stream &dbgserial) {
71-
setDebugOutputStream(make_note_log(&dgbserial));
71+
setDebugOutputStream(make_note_log(&dbgserial));
7272
}
7373
#endif
7474
void clearDebugOutputStream(void);

0 commit comments

Comments
 (0)