sorry, it might be a bug

This commit is contained in:
Masataro Asai 2013-04-05 17:49:31 +09:00
parent 349d254013
commit 2eaacb466a

View file

@ -677,7 +677,7 @@ $(DEP_FILE): $(OBJDIR) $(DEPS)
upload: reset raw_upload
raw_upload: $(TARGET_HEX)
while [ ! -e $(ARDUINO_PORT) ] ;\
while [ ! -e $(ARD_PORT) ] ;\
do \
echo "Waiting for arduino at $(ARD_PORT)";\
sleep 0.3 ;\