Skip to content

Commit

Permalink
Tab to space
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Mar 4, 2023
1 parent 7c7991c commit 2457af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rgb_to_hdmi.c
Expand Up @@ -338,9 +338,9 @@ void delay_in_arm_cycles_cpu_adjust(int cycles) {
}

void reboot() {
*PM_WDOG = PM_PASSWORD | 1;
*PM_RSTC = PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET;
while(1);
*PM_WDOG = PM_PASSWORD | 1;
*PM_RSTC = PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET;
while(1);
}

// 0 0 Hz Ground
Expand Down

0 comments on commit 2457af1

Please sign in to comment.