1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

def max 65535 and cleanup av object

This commit is contained in:
Patrick Grimm 2014-02-17 04:14:28 +01:00
parent 5c93b54f68
commit 66db0e9b2d
2 changed files with 1 additions and 4 deletions

View File

@ -46,8 +46,7 @@
/* number of demo objects */
#ifndef MAX_ANALOG_VALUES
//#define MAX_ANALOG_VALUES 65535
#define MAX_ANALOG_VALUES 512
#define MAX_ANALOG_VALUES 65535
#endif
unsigned max_analog_values_int = 0;

View File

@ -44,8 +44,6 @@
extern "C" {
#endif /* __cplusplus */
int max_analog_values;
typedef struct analog_value_descr {
uint32_t Instance;
char Object_Name[64];