Skip to content

Commit 8240f8e

Browse files
committed
Fixed infinite loop if auto-serial-on-deploy was enabled.
1 parent e184f92 commit 8240f8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugin/vim-arduino.vim

+1-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ endfunction
6464
"
6565
" Returns nothing.
6666
function! ArduinoSerialMonitor()
67-
if ArduinoDeploy()
68-
echo system(s:helper_dir."/vim-arduino-serial")
69-
endif
67+
echo system(s:helper_dir."/vim-arduino-serial")
7068
endfunction
7169

7270
if !exists('g:vim_arduino_map_keys')

0 commit comments

Comments
 (0)