mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 02:56:44 +00:00
Fixed "switch without 'default' clause."
This commit is contained in:
parent
50e0baa6ec
commit
a15285f348
@ -126,6 +126,9 @@ public class CubotLidar extends HardwareModule {
|
|||||||
getCpu().getRegisterSet().getRegister("Y").setValue(unit.getWorld().getY());
|
getCpu().getRegisterSet().getRegister("Y").setValue(unit.getWorld().getY());
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user