Fix over/underclock support (#147)
Removed needed header from main.cpp during prior cleanup. Re-add. Fixes #146
This commit is contained in:
parent
a0dac52e0e
commit
a1dc348ec7
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#include "RP2040USB.h"
|
||||
#include <pico/stdlib.h>
|
||||
#include <pico/multicore.h>
|
||||
|
||||
RP2040 rp2040;
|
||||
|
|
|
|||
Loading…
Reference in a new issue