Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd90b45

Browse files
committed
fixed comment
1 parent870432e commitfd90b45

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)

[8]ページ先頭

©2009-2025 Movatter.jp