diff options
| author | graham sanderson <[email protected]> | 2024-07-29 12:28:58 -0500 |
|---|---|---|
| committer | graham sanderson <[email protected]> | 2024-07-29 12:29:27 -0500 |
| commit | cfb44a38926ec2e406dc6b91e90d601324b719d7 (patch) | |
| tree | f036858db1d80b39282b6fd204bbeca4bece7943 | |
| parent | e09cf361048ec4a77ce6ec6ac35f1b8b2d62d76c (diff) | |
add clocks.h as set_sys_clock_khz is moving there from stdlib.h
| -rw-r--r-- | hw/bsp/rp2040/family.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.c b/hw/bsp/rp2040/family.c index cffb632f3..9360f7f57 100644 --- a/hw/bsp/rp2040/family.c +++ b/hw/bsp/rp2040/family.c @@ -31,6 +31,7 @@ #include "hardware/gpio.h" #include "hardware/sync.h" #include "hardware/resets.h" +#include "hardware/clocks.h" #include "hardware/structs/ioqspi.h" #include "hardware/structs/sio.h" |
