/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:08:37 UTC
  • Revision ID: edam@waxworlds.org-20120216000837-ozbyl61w2n2thwa0
update 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 \
180
 
        /dev/ttyACM? /dev/ttyUSB? /dev/tty.usbmodem*))
 
179
SERIALDEV := $(firstword $(wildcard /dev/ttyACM? /dev/ttyUSB?))
181
180
endif
182
181
 
183
182
# software