Skip to content

Commit

Permalink
ports/itsybitsy5v: Only program high fuse byte
Browse files Browse the repository at this point in the history
Leave the other two alone as they control brown-out and clock
configuration bits.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 27, 2022
1 parent cb2fc3c commit 11f9d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/itsybitsy5v/snek-itsybitsy-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for i in "$@"; do
esac
done

FUSES="-U lfuse:w:0xff:m -U hfuse:w:0x91:m -U efuse:w:0xfd:m"
FUSES="-U hfuse:w:0x99:m"

case "$action" in
fuse)
Expand Down

0 comments on commit 11f9d67

Please sign in to comment.