Skip to content
Snippets Groups Projects
Commit 6f8cc3ea authored by Tim Stadtmann's avatar Tim Stadtmann
Browse files

Fix small bug in resetAllDeviceValues

parent 9296b29f
Branches
Tags v1.0
No related merge requests found
......@@ -262,7 +262,7 @@ classdef EV3 < MaskedHandle
function resetAllDeviceValues(ev3)
% Resets values of all sensors on all ports (including tacho counter on motors)
ev3.handleCommand(@inputDeviceClrAll, false, 0);
ev3.handleCommand(@inputDeviceClrAll, 0);
end
%% Sound functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment