Expanded DNP3 address range to match Modbus

This commit is contained in:
Thiago Alves 2018-11-29 11:24:03 -06:00 committed by GitHub
parent cebabe123d
commit 4e04d07c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
#include "ladder.h"
//some modbus defines
#define MAX_DISCRETE_INPUT 800
#define MAX_COILS 800
#define MAX_DISCRETE_INPUT 8192
#define MAX_COILS 8192
#define MAX_HOLD_REGS 8192
#define MAX_INP_REGS 1024