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

Unhide handle-methods again

Caused some errors when displaying the devices.
parent a0b3ed02
No related branches found
No related tags found
No related merge requests found
......@@ -474,12 +474,6 @@ classdef EV3 < MaskedHandle
end
end
methods (Hidden) % Overload handle-functions to hide them from the user
function findprop(varargin)
findprop@findprop(varargin{:});
end
end
methods (Access = private) % Private brick functions that are wrapped by dependent params
function bat = getBattery(ev3)
if ~ev3.isConnected
......
......@@ -385,12 +385,6 @@ classdef Sensor < MaskedHandle
end
end
methods (Hidden) % Overload handle-functions to hide them from the user
function findprop(varargin)
findprop@findprop(varargin{:});
end
end
methods (Access = private) % Private brick functions that are wrapped by dependent params
function setMode(sensor, mode)
if ~sensor.connectedToBrick
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment