sorry, it might be a bug
This commit is contained in:
parent
349d254013
commit
2eaacb466a
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ $(DEP_FILE): $(OBJDIR) $(DEPS)
|
||||||
upload: reset raw_upload
|
upload: reset raw_upload
|
||||||
|
|
||||||
raw_upload: $(TARGET_HEX)
|
raw_upload: $(TARGET_HEX)
|
||||||
while [ ! -e $(ARDUINO_PORT) ] ;\
|
while [ ! -e $(ARD_PORT) ] ;\
|
||||||
do \
|
do \
|
||||||
echo "Waiting for arduino at $(ARD_PORT)";\
|
echo "Waiting for arduino at $(ARD_PORT)";\
|
||||||
sleep 0.3 ;\
|
sleep 0.3 ;\
|
||||||
|
|
Loading…
Reference in a new issue