Modbus v2 initialization fixed

This commit is contained in:
2020-07-26 14:20:04 +03:00
parent 3b8d085b29
commit 840d3d60eb
15 changed files with 21231 additions and 22796 deletions

View File

@@ -66,6 +66,8 @@
#include "streamlog.h"
extern Streamlog debugSerial;
extern Streamlog infoSerial;
extern Streamlog errorSerial;
#if defined(__SAM3X8E__)
#define wdt_res() watchdogReset()