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:
parent
5c93b54f68
commit
66db0e9b2d
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -44,8 +44,6 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
int max_analog_values;
|
||||
|
||||
typedef struct analog_value_descr {
|
||||
uint32_t Instance;
|
||||
char Object_Name[64];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user