i go from this:
avrdude -p t2313 -c dasa -i 5000 -P /dev/cu.PL2303-1B1
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 2.30s
avrdude: Device signature = 0x1e910a
avrdude: safemode: Fuses OK
avrdude done. Thank you.
to this:
make program-alt_leds
Makefile:214: *** missing separator. Stop.
real easy.
am i having problems with "make", "alt_leds" or with "makefile"?
jim