summaryrefslogtreecommitdiff
path: root/n/accel/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/accel/avrconfig.h')
-rw-r--r--n/accel/avrconfig.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/n/accel/avrconfig.h b/n/accel/avrconfig.h
index 018f0c1..88a3a8e 100644
--- a/n/accel/avrconfig.h
+++ b/n/accel/avrconfig.h
@@ -29,10 +29,13 @@
#define AC_FREQ 14745600
/* proto - Protocol module. */
-/** Maximum argument number. */
-#define AC_PROTO_MAX_ARGS 3
-/** Protocol arguments type. */
-#define AC_PROTO_ARG_TYPE uint8_t
+/** 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
+
/* rs232 - RS232 Module. */
/** Baudrate : 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, 76800,