Skip to content

Commit

Permalink
updated custom.json for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori committed Jun 26, 2024
1 parent a649651 commit 2180615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"class_name": "Hakoniwa.PluggableAsset.Communication.Pdu.Raw.RawPduWriter",
"conv_class_name": "Hakoniwa.PluggableAsset.Communication.Pdu.Raw.RawPduWriterConverter",
"channel_id": 0,
"pdu_size": 48,
"pdu_size": 72,
"write_cycle": 1,
"method_type": "SHM"
}
Expand All @@ -25,7 +25,7 @@
"class_name": "Hakoniwa.PluggableAsset.Communication.Pdu.Raw.RawPduWriter",
"conv_class_name": "Hakoniwa.PluggableAsset.Communication.Pdu.Raw.RawPduWriterConverter",
"channel_id": 1,
"pdu_size": 4,
"pdu_size": 28,
"write_cycle": 1,
"method_type": "SHM"
},
Expand All @@ -36,7 +36,7 @@
"class_name": "Hakoniwa.PluggableAsset.Communication.Pdu.Raw.RawPduWriter",
"conv_class_name": "Hakoniwa.PluggableAsset.Communication.Pdu.Raw.RawPduWriterConverter",
"channel_id": 2,
"pdu_size": 4,
"pdu_size": 28,
"write_cycle": 1,
"method_type": "SHM"
}
Expand Down

0 comments on commit 2180615

Please sign in to comment.