Commit 7c49d252 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove space.

parent 15d8762c
...@@ -184,7 +184,7 @@ static void enablePublishHeartBeat(UA_Server *server, UA_ServerConfig *config){ ...@@ -184,7 +184,7 @@ static void enablePublishHeartBeat(UA_Server *server, UA_ServerConfig *config){
// representing time in millis since start of process // representing time in millis since start of process
{ {
.name = "heart_beat", .name = "heart_beat",
.description = "Heart beat", .description = "Heartbeat",
.pdefaultValue = &defaultFloat, .pdefaultValue = &defaultFloat,
.type = UA_TYPES_FLOAT .type = UA_TYPES_FLOAT
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment