summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgraham sanderson <[email protected]>2024-07-29 12:28:58 -0500
committergraham sanderson <[email protected]>2024-07-29 12:29:27 -0500
commitcfb44a38926ec2e406dc6b91e90d601324b719d7 (patch)
treef036858db1d80b39282b6fd204bbeca4bece7943
parente09cf361048ec4a77ce6ec6ac35f1b8b2d62d76c (diff)
add clocks.h as set_sys_clock_khz is moving there from stdlib.h
-rw-r--r--hw/bsp/rp2040/family.c1
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"