/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to arduino.mk

  • Committer: edam
  • Date: 2012-02-16 00:13:13 UTC
  • Revision ID: edam@waxworlds.org-20120216001313-5w52cnns4cqofb6e
updated arduino.mk

Show diffs side-by-side

added added

removed removed

176
176
 
177
177
# no serial device? make a poor attempt to detect an arduino
178
178
ifeq ($(SERIALDEV), )
179
 
SERIALDEV := $(firstword $(wildcard /dev/ttyACM? /dev/ttyUSB?))
 
179
SERIALDEV := $(firstword $(wildcard \
 
180
        /dev/ttyACM? /dev/ttyUSB? /dev/tty.usbmodem*))
180
181
endif
181
182
 
182
183
# software