Skip to content

Commit

Permalink
Roboclaw: Fix CI pr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PerFrivik committed Nov 28, 2023
1 parent ce8123a commit c9bf3e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/drivers/roboclaw/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ parameters:
min: 128
max: 135
values:
128: 0x80
129: 0x81
130: 0x82
131: 0x83
132: 0x84
133: 0x85
134: 0x86
135: 0x87
128: '0x80'
129: '0x81'
130: '0x82'
131: '0x83'
132: '0x84'
133: '0x85'
134: '0x86'
135: '0x87'

0 comments on commit c9bf3e2

Please sign in to comment.