CLKOUT workaround for r9 boards (#1671)

This commit is contained in:
Mark Thompson
2023-12-24 04:06:11 -06:00
committed by GitHub
parent 4eb5c4603e
commit 93585d846a
2 changed files with 26 additions and 19 deletions

View File

@@ -68,6 +68,7 @@ constexpr size_t clock_generator_output_og_mcu_clkin = 7;
constexpr size_t clock_generator_output_r9_if = 0;
constexpr size_t clock_generator_output_r9_sgpio = 1;
constexpr size_t clock_generator_output_r9_clkout = 2;
constexpr size_t clock_generator_output_r9_mcu_clkin = 2;
/* ADC0 */