Skip to content

Commit 20c26bc

Browse files
authored
Update Print.h
Added printf size_t printf(const char[], ...);
1 parent 6309212 commit 20c26bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/Print.h

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ class Print
8787
size_t println(const Printable&);
8888
size_t println(void);
8989

90+
size_t printf(const char[], ...); //added by bonezegei
91+
9092
virtual void flush() { /* Empty implementation for backward compatibility */ }
9193
};
9294

0 commit comments

Comments
 (0)