Make all demo object variables static. (#14)

This commit is contained in:
Roger Light
2020-01-22 23:04:39 +00:00
committed by Steve Karg
parent c9399ce501
commit 25f386bca7
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#define MAX_OCTETSTRING_VALUES 4
#endif
OCTETSTRING_VALUE_DESCR OSV_Descr[MAX_OCTETSTRING_VALUES];
static OCTETSTRING_VALUE_DESCR OSV_Descr[MAX_OCTETSTRING_VALUES];
/* These three arrays are used by the ReadPropertyMultiple handler */
static const int OctetString_Value_Properties_Required[] = {