We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6709bf commit 253255eCopy full SHA for 253255e
sw/picocart64_v1/picocart64_v1.c
@@ -15,6 +15,11 @@
15
#include "hardware/flash.h"
16
#include "hardware/irq.h"
17
18
+#if PICO_SDK_VERSION_MAJOR >= 2 || (PICO_SDK_VERSION_MAJOR == 1 && (PICO_SDK_VERSION_MINOR > 6 || PICO_SDK_VERSION_MINOR == 6 && PICO_SDK_VERSION_REVISION >= 2 ))
19
+/* https://github.com/raspberrypi/pico-sdk/issues/712 */
20
+#include "hardware/clocks.h"
21
+#endif
22
+
23
#include "n64_cic.h"
24
#include "git_info.h"
25
#include "n64_pi_task.h"
0 commit comments