Removing test Ev3Args values.

This commit is contained in:
Evelyn Eastmond 2019-06-23 21:29:24 -04:00
parent 54633e1a97
commit 98deb1bebe

View file

@ -97,8 +97,6 @@ const Ev3Args = {
COAST: 0x00,
BRAKE: 0x01,
RAMP: 50, // time in milliseconds
ONE_BYTE: 4, // length value as a constant
FOUR_BYTES: 32, // length value as a constant
DO_NOT_CHANGE_TYPE: 0
};