Removed unused constant

This commit is contained in:
simon987 2018-04-02 10:06:44 -04:00
parent 227f7ce5aa
commit 41d674d74a

View File

@ -31,7 +31,6 @@ public class CubotLidar extends CpuHardware implements JSONSerialisable {
private static final int LIDAR_GET_WORLD_POS = 4;
private static final int LIDAR_GET_WORLD_SIZE = 5;
private static final int MEMORY_MAP_START = 0x0100;
private static final int MEMORY_PATH_START = 0x0000;
public CubotLidar(Cubot cubot) {