Skip to content

Commit 8dfc3ad

Browse files
authored
Merge pull request #3 from Annubis45/master
Fix naming KeyboardAzertyFr_ from the integration of 1.0.2 of the ori…
2 parents ac2a316 + f623e28 commit 8dfc3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeyboardAzertyFr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ size_t KeyboardAzertyFr_::write(uint8_t c)
317317
return p; // just return the result of press() since release() almost always returns 1
318318
}
319319

320-
size_t Keyboard_::write(const uint8_t *buffer, size_t size) {
320+
size_t KeyboardAzertyFr_::write(const uint8_t *buffer, size_t size) {
321321
size_t n = 0;
322322
while (size--) {
323323
if (*buffer != '\r') {

0 commit comments

Comments
 (0)