sersendf.c: update comment.
This commit is contained in:
parent
25b72b4ea3
commit
0d607fd620
|
|
@ -88,6 +88,7 @@ PGM_P str_ox = "0x";
|
||||||
|
|
||||||
u - unsigned int\n
|
u - unsigned int\n
|
||||||
d - signed int\n
|
d - signed int\n
|
||||||
|
q - signed int with decimal before the third digit from the right\n
|
||||||
c - character\n
|
c - character\n
|
||||||
x - hex\n
|
x - hex\n
|
||||||
% - send a literal % character
|
% - send a literal % character
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue