From 1dc2e34f80a1fa2c925c30d031e7cfceb449e82e Mon Sep 17 00:00:00 2001 From: Max Brueggemann Date: Sat, 3 Dec 2016 03:51:14 +0100 Subject: [PATCH] Fixed typo --- yaMBSiavr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaMBSiavr.c b/yaMBSiavr.c index 1ca7638..517bb67 100644 --- a/yaMBSiavr.c +++ b/yaMBSiavr.c @@ -283,7 +283,7 @@ uint8_t modbusExchangeRegisters(volatile uint16_t *ptrToInArray, uint16_t startA modbusSendMessage(5); return 1; } - //modbusSendException(ecSlaveDeviceFailure); //inanpropriate call of modbusExchangeRegisters + //modbusSendException(ecSlaveDeviceFailure); //inapropriate call of modbusExchangeRegisters return 0; } else { modbusSendException(ecIllegalDataValue);