Project

General

Profile

Revision 1157

Removed killing of the terminal process from the Makefile
It's a bad idea if you are using a terminal for a different port.

View differences:

trunk/code/behaviors/library_test/Makefile
376 376

  
377 377
# Program the device.
378 378
program: $(TARGET).hex $(TARGET).eep
379
	-taskkill /IM ttermpro.exe
380
	sleep 1
381 379
	$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM)
382 380

  
383 381

  

Also available in: Unified diff