diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-06-04 14:02:16 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-06-04 14:02:16 +0200 |
commit | 5a8549dc7f93462aafc0248ecded6697523aaa2c (patch) | |
tree | 1331c52214bf049f2679e7b78935f52e9313ed9c | |
parent | ee27890da3726867e91770892cdae63a2c437dab (diff) | |
download | renard_hb9hi-5a8549dc7f93462aafc0248ecded6697523aaa2c.tar.gz renard_hb9hi-5a8549dc7f93462aafc0248ecded6697523aaa2c.tar.bz2 renard_hb9hi-5a8549dc7f93462aafc0248ecded6697523aaa2c.zip |
Decrease programming bitspeed
-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 |