We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac2a316 + f623e28 commit 8dfc3adCopy full SHA for 8dfc3ad
src/KeyboardAzertyFr.cpp
@@ -317,7 +317,7 @@ size_t KeyboardAzertyFr_::write(uint8_t c)
317
return p; // just return the result of press() since release() almost always returns 1
318
}
319
320
-size_t Keyboard_::write(const uint8_t *buffer, size_t size) {
+size_t KeyboardAzertyFr_::write(const uint8_t *buffer, size_t size) {
321
size_t n = 0;
322
while (size--) {
323
if (*buffer != '\r') {
0 commit comments