Skip to content

Commit 7c3bedb

Browse files
committed
Add missing return statement
1 parent fc0801a commit 7c3bedb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LiquidCrystal_I2C.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ inline void LiquidCrystal_I2C::command(uint8_t value) {
201201

202202
inline size_t LiquidCrystal_I2C::write(uint8_t value) {
203203
send(value, Rs);
204+
return 1;
204205
}
205206

206207

0 commit comments

Comments
 (0)