Skip to content

Commit bf77581

Browse files
committed
Disable temp 48MHz debug output
1 parent dc2897f commit bf77581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prawnblaster/prawnblaster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ int main()
13911391
set_sys_clock_khz(100 * MHZ / 1000, true);
13921392

13931393
// Temp output 48MHZ clock for debug
1394-
clock_gpio_init(21, CLOCKS_CLK_GPOUT0_CTRL_AUXSRC_VALUE_CLK_USB, 1);
1394+
//clock_gpio_init(21, CLOCKS_CLK_GPOUT0_CTRL_AUXSRC_VALUE_CLK_USB, 1);
13951395

13961396
fast_serial_init();
13971397

0 commit comments

Comments
 (0)