Skip to content

Commit

Permalink
Fix over/underclock support (#147)
Browse files Browse the repository at this point in the history
Removed needed header from main.cpp during prior cleanup.  Re-add.

Fixes #146
  • Loading branch information
earlephilhower authored May 19, 2021
1 parent a0dac52 commit a1dc348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cores/rp2040/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <Arduino.h>
#include "RP2040USB.h"
#include <pico/stdlib.h>
#include <pico/multicore.h>

RP2040 rp2040;
Expand Down

0 comments on commit a1dc348

Please sign in to comment.