Paul Stoffregen
6 anni fa
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con
2 aggiunte e
0 eliminazioni
-
teensy3/Print.cpp
-
teensy4/Print.cpp
|
|
@@ -39,6 +39,7 @@ |
|
|
|
|
|
|
|
size_t Print::write(const uint8_t *buffer, size_t size) |
|
|
|
{ |
|
|
|
if (buffer == nullptr) return 0; |
|
|
|
size_t count = 0; |
|
|
|
while (size--) count += write(*buffer++); |
|
|
|
return count; |
|
|
@@ -41,6 +41,7 @@ |
|
|
|
|
|
|
|
size_t Print::write(const uint8_t *buffer, size_t size) |
|
|
|
{ |
|
|
|
if (buffer == nullptr) return 0; |
|
|
|
size_t count = 0; |
|
|
|
while (size--) count += write(*buffer++); |
|
|
|
return count; |