Removed the optional properties from example Analog Output in order to test ReadPropertyMultiple using OPTIONAL property.

This commit is contained in:
skarg
2012-05-18 23:12:11 +00:00
parent 2dd97c23cd
commit 180f09cb08
-1
View File
@@ -75,7 +75,6 @@ static const int Properties_Required[] = {
};
static const int Properties_Optional[] = {
PROP_DESCRIPTION,
-1
};