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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/n/avr/proto/avrconfig.h b/n/avr/proto/avrconfig.h
index 7935ea3..6ed37bd 100644
--- a/n/avr/proto/avrconfig.h
+++ b/n/avr/proto/avrconfig.h
@@ -28,4 +28,10 @@
/** 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
+
#endif /* avrconfig_h */