Skip to content
Snippets Groups Projects
Commit 040f4a55 authored by Maximilian Schnabel's avatar Maximilian Schnabel
Browse files

Update usbBrickIO.m

parent ba4b514b
No related branches found
No related tags found
2 merge requests!7Keep going if mountpoint exists (persistent),!6Docs NXT compatibility
......@@ -136,7 +136,7 @@ classdef usbBrickIO < BrickIO
'likely cause is another EV3 object that is already ' ...
'connected to the physical brick. Call ' ...
'"killAllConnections" using the EV3 object to disconnect' ...
' all other existing EV3 objects.'];
' all existing EV3 objects.'];
id = [ID(), ':', 'CommError'];
throw(MException(id, msg));
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment