Skip to content

Commit

Permalink
move #endif - fixes #timvideos#479
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Sep 9, 2019
1 parent fc388ff commit 5c9c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,12 @@ static void status_print(void)
#ifdef CSR_HDMI_IN0_FREQ_BASE
wprintf(" (@" REFRESH_RATE_PRINTF " MHz)",
REFRESH_RATE_PRINTF_ARGS(hdmi_in0_freq_value_read() / 10000));
#endif
if(hdmi_in0_status()) {
wprintf(" (capturing)");
} else {
wprintf(" (disabled)");
}
#endif
wputchar('\n');
#endif

Expand Down

0 comments on commit 5c9c67e

Please sign in to comment.