Skip to content

Commit

Permalink
Update flash_stream.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sfranzyshen authored Nov 18, 2022
1 parent eb6658e commit cf69e41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scanvideo/flash_stream/flash_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,13 @@ void __time_critical_func(render_scanline)(struct scanvideo_scanline_buffer *des
}

int main(void) {
#ifdef TURBO_BOOST
set_sys_clock_khz(300000, true);
#else
set_sys_clock_khz(200000, true);
#endif
setup_default_uart();

#ifdef PICO_SMPS_MODE_PIN
gpio_init(PICO_SMPS_MODE_PIN);
gpio_set_dir(PICO_SMPS_MODE_PIN, GPIO_OUT);
Expand Down

0 comments on commit cf69e41

Please sign in to comment.