makefile fixed
This commit is contained in:
parent
377aa5a8f0
commit
bc13f747dd
3 changed files with 3 additions and 5 deletions
|
@ -1 +1 @@
|
|||
avrdude -c $(PROGRAMMER) -Pusb -p m16 2>&1 | grep 'Device signature =' | awk -F 'probably ' '{print $2}' | head -c-2
|
||||
avrdude -c "$1" -Pusb -p m16 2>&1 | grep 'Device signature =' | awk -F 'probably ' '{print $2}' | head -c-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue