Skip to content

Commit

Permalink
Update sample.js according to issue #9676 (#9677)
Browse files Browse the repository at this point in the history
  • Loading branch information
OffByOne37 authored Sep 11, 2023
1 parent 8ef7fae commit d6fa4df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace motors {
*/
//% block="steer $turnRatio"
//% turnRatio.min=-200 turnRatio.max=200
//% turnratio.shadow=turnRatioPicker
//% turnRatio.shadow=turnRatioPicker
export function steer(turnRatio: number) {
}
}
}

0 comments on commit d6fa4df

Please sign in to comment.