Skip to content

Commit 585d2fd

Browse files
committed
ModulinoKnob: add missing return on begin()
1 parent 9cc4cf9 commit 585d2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modulino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ class ModulinoKnob : public Module {
233233
set(_val);
234234
}
235235
}
236+
return ret;
236237
}
237238
int16_t get() {
238239
uint8_t buf[3];

0 commit comments

Comments
 (0)