Skip to content

Commit 621772a

Browse files
committed
fix: Correct order of indirect address and data read/write in ym070_210_a099 model file
Signed-off-by: Hye-jong KIM <[email protected]>
1 parent fbbd926 commit 621772a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

param/dxl_model/ym070_210_a099.model

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Address Size Data Name
102102
571 1 Present Motor Temperature
103103
634 1 Indirect Data 1
104104
919 1 Backup Ready
105-
256 2 Indirect Address Read
106-
634 1 Indirect Data Read
107-
384 2 Indirect Address Write
108-
698 1 Indirect Data Write
105+
256 2 Indirect Address Write
106+
634 1 Indirect Data Write
107+
384 2 Indirect Address Read
108+
698 1 Indirect Data Read

0 commit comments

Comments
 (0)