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, 2 insertions, 4 deletions
diff --git a/n/avr/proto/avrconfig.h b/n/avr/proto/avrconfig.h
index 4bf8392..7935ea3 100644
--- a/n/avr/proto/avrconfig.h
+++ b/n/avr/proto/avrconfig.h
@@ -25,9 +25,7 @@
* }}} */
/* 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
#endif /* avrconfig_h */