Skip to content

Commit

Permalink
Merge pull request timvideos#481 from CarlFK/fix479
Browse files Browse the repository at this point in the history
move #endif - fixes timvideos#479
  • Loading branch information
mithro authored Oct 25, 2019
2 parents fc388ff + 5c9c67e commit 5f50647
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 5f50647

Please sign in to comment.