diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/testapp1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testapp1/Makefile b/src/testapp1/Makefile index 68c15e9..04517c7 100644 --- a/src/testapp1/Makefile +++ b/src/testapp1/Makefile @@ -3,6 +3,7 @@ CC=avr-gcc OBJCOPY=avr-objcopy SIZE=avr-size AVRDUDE=avrdude +AVRDUDE_FLAGS=-B 100kHz # Modify this to the device name of the UART used for AVRDUDE AVRDUDE_DEV=usb |