aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/octoclock
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-09-05 09:08:04 -0700
committerJosh Blum <josh@joshknows.com>2013-09-06 10:36:42 -0700
commitba2a391d00b116ab8edaebb8c16ed2fc6727619e (patch)
tree8068b10170dd0a91d039c51a118be3fab97554d4 /firmware/octoclock
parent68d626d0449331ea9fc5efc505ae37fd7f9d1a07 (diff)
downloaduhd-ba2a391d00b116ab8edaebb8c16ed2fc6727619e.tar.gz
uhd-ba2a391d00b116ab8edaebb8c16ed2fc6727619e.tar.bz2
uhd-ba2a391d00b116ab8edaebb8c16ed2fc6727619e.zip
octoclock: make install sets fuse values before burning hex file
Diffstat (limited to 'firmware/octoclock')
-rw-r--r--firmware/octoclock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/octoclock/Makefile b/firmware/octoclock/Makefile
index 6ef662bc6..517dee4c5 100644
--- a/firmware/octoclock/Makefile
+++ b/firmware/octoclock/Makefile
@@ -40,7 +40,7 @@ clean:
$(RM) *.o *.elf *.hex
install: all
- $(AVRDUDE) -U flash:w:$(TARGET).hex:i
+ $(AVRDUDE) -U efuse:w:0xFF:m -U hfuse:w:0x89:m -U lfuse:w:0xFF:m -U flash:w:$(TARGET).hex:i
##################################################
# Dependency Targets