Fixups for an issue found during testing COVs

This commit is contained in:
ekh
2014-11-10 18:29:22 +00:00
parent b2097a2acc
commit 4415df61f9
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
/* When all the priorities are level null, the present value returns */
/* the Relinquish Default value */
#define MULTISTATE_RELINQUISH_DEFAULT 0
#define MULTISTATE_RELINQUISH_DEFAULT 1 /* multistates cannot be 0 ! */
/* NULL part of the array */
#define MULTISTATE_NULL (255)