Browse Source

fix typo

pull/2/head
Fernando Trias 4 years ago
parent
commit
29f6e9fab7
  1. 2
      teensy_debug

2
teensy_debug

@ -119,7 +119,7 @@ def installGDB():
DIR = APPDIR + "Arduino.app/"
else:
try:
DIR = os.readlink("/usr/local/bin/arduinox")
DIR = os.readlink("/usr/local/bin/arduino")
DIR = os.path.dirname(DIR) + "/"
except:
DIR = ''

Loading…
Cancel
Save