document protocol revision uses

This commit is contained in:
Jeff Hill
2002-04-25 18:05:06 +00:00
parent a1f7acb4f3
commit ce5ee089be

View File

@@ -51,8 +51,8 @@
# define CA_V46(MINOR) ((MINOR)>=6u)
# define CA_V47(MINOR) ((MINOR)>=7u)
# define CA_V48(MINOR) ((MINOR)>=8u)
# define CA_V49(MINOR) ((MINOR)>=9u)
# define CA_V410(MINOR) ((MINOR)>=10u) /* beacon counter */
# define CA_V49(MINOR) ((MINOR)>=9u) /* large arrays */
# define CA_V410(MINOR) ((MINOR)>=10u) /* beacon counter */
#elif CA_MAJOR_PROTOCOL_REVISION > 4u
# define CA_V41(MINOR) ( 1u )
# define CA_V42(MINOR) ( 1u )