Skip to content

Commit 75d2f46

Browse files
committed
remove duplicate PICO_CONFIG
1 parent 0b2e55f commit 75d2f46

File tree

1 file changed

+0
-1
lines changed
  • src/rp2_common/hardware_clocks/include/hardware

1 file changed

+0
-1
lines changed

src/rp2_common/hardware_clocks/include/hardware/clocks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ extern "C" {
216216
#define SYS_CLK_VREG_VOLTAGE_MIN VREG_VOLTAGE_1_15
217217
#endif
218218
// PLL settings for fast 200 MHz system clock on RP2040
219-
// PICO_CONFIG: PLL_SYS_VCO_FREQ_HZ, System clock PLL frequency, type=int, default=(1500 * MHZ), advanced=true, group=hardware_clocks
220219
#ifndef PLL_SYS_VCO_FREQ_HZ
221220
#define PLL_SYS_VCO_FREQ_HZ (1200 * MHZ)
222221
#endif

0 commit comments

Comments
 (0)