From fd5a6cf3528ab22479a9e1fe69878a8a4ef66415 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Sun, 8 Jan 2023 14:46:47 +1100 Subject: [PATCH] Remove unnecessary reference to CircuitPython binding --- samd/clocks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/samd/clocks.c b/samd/clocks.c index bfcca45..4aa80e0 100644 --- a/samd/clocks.c +++ b/samd/clocks.c @@ -28,8 +28,6 @@ #include "hpl_gclk_config.h" -#include "shared-bindings/microcontroller/__init__.h" - #include "py/runtime.h" // TODO(tannewt): Should we have a way of sharing GCLKs based on their speed? Divisor doesn't