Skip to content

Commit a2b73a1

Browse files
committed
* inst/@arduino/arduino.m: fix typo onischar check of board
1 parent 77b4ac6 commit a2b73a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/@arduino/arduino.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
error ("arduino: port must be a string");
152152
endif
153153

154-
if !ischar (port)
154+
if !ischar (board)
155155
error ("arduino: board must be a string");
156156
endif
157157

0 commit comments

Comments
 (0)