Skip to content

Commit 539dc8c

Browse files
committed
Fix compiler warning
arduino-modbus-rtu-tcp-gateway/advanced_settings.h:69:50: warning: multi-line comment [-Wcomment] Signed-off-by: Samuel Cabrero <[email protected]>
1 parent 9dbdded commit 539dc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-modbus-rtu-tcp-gateway/advanced_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const byte SCAN_DATA_ADDRESS = 0x01; // Data address sent during Modbus RTU
6666
const uint16_t SCAN_TIMEOUT = 200; // Timeout (ms) for Modbus scan requests
6767

6868
const byte MAC_START[3] = { 0x90, 0xA2, 0xDA }; // MAC range for Gheo SA
69-
#define ETH_RESET_PIN 7 // Ethernet shield reset pin (deals with power on reset issue on low quality ethernet shields) \
69+
#define ETH_RESET_PIN 7 // Ethernet shield reset pin (deals with power on reset issue on low quality ethernet shields)
7070
// Comment out to disable the functionality
7171
const uint16_t CHECK_ETH_INTERVAL = 2000; // Interval (ms) to check SPI connection with ethernet shield
7272
const uint16_t ETH_RESET_DELAY = 500; // Delay (ms) during Ethernet start, wait for Ethernet shield to start (reset issue on low quality ethernet shields)

0 commit comments

Comments
 (0)