Skip to content

Commit fd90b45

Browse files
committed
fixed comment
1 parent 870432e commit fd90b45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/Print.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ size_t Print::printNumber(unsigned long n, uint8_t base)
227227
} // else: skip leading zeros
228228
c = access[i] & 0x0f;
229229
if (c != 0 || written != 0) {
230-
// skip leading zeros
231230
c = (c < 10 ? c + '0' : c + 'A' - 10);
232231
written += write(c);
233232
} // else: skip leading zeros

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy