diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-14 18:21:50 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-28 20:02:16 -0500 |
commit | 8cd83b4c2dcaeac1fe68f18eadd7f25ff42476c2 (patch) | |
tree | 780a7aa17ffd41969e5e6d63751b0efe7a9d108c /src/atsamd/clock.c | |
parent | f6ce875818a1341ff7a0279699505453d8ca0db4 (diff) | |
download | kutter-8cd83b4c2dcaeac1fe68f18eadd7f25ff42476c2.tar.gz kutter-8cd83b4c2dcaeac1fe68f18eadd7f25ff42476c2.tar.xz kutter-8cd83b4c2dcaeac1fe68f18eadd7f25ff42476c2.zip |
atsamd: Initial support for SAMD51
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/atsamd/clock.c')
-rw-r--r-- | src/atsamd/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atsamd/clock.c b/src/atsamd/clock.c index 07dca9d3..46319f30 100644 --- a/src/atsamd/clock.c +++ b/src/atsamd/clock.c @@ -6,7 +6,6 @@ #include "compiler.h" // DIV_ROUND_CLOSEST #include "internal.h" // enable_pclock -#include "samd21.h" // GCLK // The "generic clock generators" that are configured #define CLKGEN_MAIN 0 |