summaryrefslogtreecommitdiff
path: root/n/avr/proto/avrconfig.h
diff options
context:
space:
mode:
authorschodet2005-01-23 15:40:50 +0000
committerschodet2005-01-23 15:40:50 +0000
commitbe94e763f40fb6eabb3d55aea26a28aa7550eb00 (patch)
tree787d6de7fde6b01bfa1d1b5551477c250eb5aaba /n/avr/proto/avrconfig.h
parent3d7610f067689fe356418d4d68011094189bd623 (diff)
Mise à jour de la doc.
Diffstat (limited to 'n/avr/proto/avrconfig.h')
-rw-r--r--n/avr/proto/avrconfig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/n/avr/proto/avrconfig.h b/n/avr/proto/avrconfig.h
index 6ed37bd..04fcf59 100644
--- a/n/avr/proto/avrconfig.h
+++ b/n/avr/proto/avrconfig.h
@@ -27,10 +27,8 @@
/* proto - Protocol module. */
/** Maximum argument size. */
#define AC_PROTO_ARGS_MAX_SIZE 8
-
/** Callback function name. */
#define AC_PROTO_CALLBACK proto_callback
-
/** Putchar function name. */
#define AC_PROTO_PUTC rs232_putc