Skip to content

Commit

Permalink
Cosmetic Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkollipara committed Jan 1, 2024
1 parent fc0ca77 commit 7dfe690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/avr/8/common_5x_6/terravisor/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void _NAKED init()
/* Set resisters to architecturally defined reset */
zero_reg();
/* Capture unique seed value before memory initialization */
arch_rseed_capture();
arch_rseed_capture();
/* Boot framework */
engine();

Expand Down

0 comments on commit 7dfe690

Please sign in to comment.