diff --git a/source/EV3.m b/source/EV3.m
index 88e233481eb54421a80719b517dd2de7400f175b..d6e62bc1b550376d624c0e329b5dd29f3d3a86d9 100644
--- a/source/EV3.m
+++ b/source/EV3.m
@@ -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