summaryrefslogtreecommitdiff
path: root/n/avr/proto/avrconfig.h
diff options
context:
space:
mode:
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