Moved constants defining the number of each object back into the source files for the demo objects since the header files are currently common to all.
This commit is contained in:
@@ -44,8 +44,12 @@
|
||||
#include "bacfile.h" /* object list dependency */
|
||||
#endif
|
||||
|
||||
/* Error code for Trend Log storage */
|
||||
/* number of demo objects */
|
||||
#ifndef MAX_TREND_LOGS
|
||||
#define MAX_TREND_LOGS 8
|
||||
#endif
|
||||
|
||||
/* Error code for Trend Log storage */
|
||||
typedef struct tl_error {
|
||||
uint16_t usClass;
|
||||
uint16_t usCode;
|
||||
|
||||
Reference in New Issue
Block a user