diff --git a/analyzer/profinet_io_cm_message.spicy b/analyzer/profinet_io_cm_message.spicy index d3ecd55..279e4f3 100644 --- a/analyzer/profinet_io_cm_message.spicy +++ b/analyzer/profinet_io_cm_message.spicy @@ -21,7 +21,7 @@ public type Messages = unit { type ConfigFragmentation = map; -type Message = unit(inout cfgFrag : ConfigFragmentation&) { +type Message = unit(cfgFrag : ConfigFragmentation&) { rpcHeader : PROFINET_IO_CM_RPC_HEADER::RpcHeader; var operationNum : PROFINET_IO_CM_ENUMS::PnioServicesValue &optional; var activityUuid : string &optional;