Update build to use musl toolchain

This commit is contained in:
Lars Westermann
2022-01-30 15:37:24 +01:00
parent cf4afb4dfb
commit 192adba794
6 changed files with 36 additions and 35 deletions

View File

@ -15,7 +15,7 @@ fn main() -> Ev3Result<()> {
// Run motor.
large_motor.set_duty_cycle_sp(50)?;
// Find color sensor. Always returns the first recognised one.
// Find color sensor. Always returns the first recognized one.
let color_sensor = ColorSensor::find()?;
// Switch to rgb mode.