mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2017-05-06 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging printfs.
This commit is contained in:
@@ -222,7 +222,6 @@ void Modbus::ProcessInputByte(char byte,int base)
|
||||
|
||||
void Modbus::PollInputs()
|
||||
{
|
||||
printf("HERE1\n");
|
||||
char msg[12];
|
||||
msg[0]=0x88; // Transaction Identifier
|
||||
msg[1]=0x88;
|
||||
@@ -246,5 +245,4 @@ void Modbus::PollInputs()
|
||||
modbus_socket->writeBlock(msg,12);
|
||||
modbus_watchdog_timer->stop();
|
||||
modbus_watchdog_timer->start(MODBUS_WATCHDOG_INTERVAL,true);
|
||||
printf("HERE2\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user