mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-09-09 00:26:56 +00:00
Fixed "switch without 'default' clause."
This commit is contained in:
parent
50e0baa6ec
commit
a15285f348
@ -125,6 +125,9 @@ public class CubotLidar extends HardwareModule {
|
|||||||
getCpu().getRegisterSet().getRegister("X").setValue(unit.getWorld().getX());
|
getCpu().getRegisterSet().getRegister("X").setValue(unit.getWorld().getX());
|
||||||
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