Skip to content

Commit 22c63b8

Browse files
authored
Remove superfluous digit "s" leading to compilation error when compiling ModBus demo. (#15)
This fixes #12.
1 parent 0783872 commit 22c63b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/opcua_server/opcua_server.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rtos::Thread opc_ua_server_thread(osPriorityNormal, OPC_UA_SERVER_THREAD_STACK.s
5050
opcua::Opta::SharedPtr opta_opcua;
5151
opcua::OptaExpansionManager::SharedPtr opta_expansion_manager_opcua;
5252
#if USE_MODBUS_SENSOR_MD02
53-
UA_NodeId modbus_md02_temperature_node_id;s
53+
UA_NodeId modbus_md02_temperature_node_id;
5454
#endif
5555

5656
/**************************************************************************************

0 commit comments

Comments
 (0)