mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-17 05:13:15 +01:00
AVR Makefile: Use proper simavr install path.
This commit is contained in:
@@ -15,7 +15,7 @@ CC=/usr/bin/avr-gcc
|
||||
OBJCOPY=/usr/bin/avr-objcopy
|
||||
SIZE=/usr/bin/avr-size
|
||||
UISP=/usr/bin/uisp
|
||||
SIMAVR=/tmp/run_avr
|
||||
SIMAVR=/usr/local/bin/simavr
|
||||
|
||||
# Modify this to the device name of the UART used for UISP
|
||||
UISP_DEV=/dev/ttyUSB0
|
||||
|
||||
Reference in New Issue
Block a user