Skip to content

Commit

Permalink
sept: don't lock out fuses for hekate's sake
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Jan 1, 2020
1 parent 846f610 commit 6d5d97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sept/sept-secondary/src/fuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void fuse_wait_idle(void);
void fuse_init(void) {
/* Make all fuse registers visible, disable the private key and disable programming. */
clkrst_enable_fuse_regs(true);
fuse_disable_private_key();
/* fuse_disable_private_key(); */
fuse_disable_programming();
}

Expand Down

0 comments on commit 6d5d97c

Please sign in to comment.