Commit 9ee5885b by Georg-Johann Lay

Fix comments

From-SVN: r188270
parent 560c33e0
......@@ -34,9 +34,9 @@
with a printf-like interface. The functions are called through
macros avr_edump or avr_fdump from avr-protos.h:
avr_edump (const char * fmt, ...);
avr_edump (const char *fmt, ...);
avr_fdump (FILE * stream, const char * fmt, ...);
avr_fdump (FILE *stream, const char *fmt, ...);
avr_edump (fmt, ...) is a shortcut for avr_fdump (stderr, fmt, ...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment