mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 01:10:26 +09:00
atsamd: Add support for SAMC21
Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com>
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
#include <stdint.h> // uint32_t
|
||||
#include "autoconf.h" // CONFIG_MACH_SAMD21A
|
||||
|
||||
#if CONFIG_MACH_SAMD21
|
||||
#if CONFIG_MACH_SAMC21
|
||||
#include "samc21.h"
|
||||
#elif CONFIG_MACH_SAMD21
|
||||
#include "samd21.h"
|
||||
#elif CONFIG_MACH_SAMD51
|
||||
#include "samd51.h"
|
||||
|
||||
Reference in New Issue
Block a user