mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 12:50:35 +09:00
atsamd: Minor whitespace changes to sercom.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -63,7 +63,6 @@ struct sercom_pad {
|
||||
uint8_t sercom_id, gpio, pad, ptype;
|
||||
};
|
||||
|
||||
|
||||
static const struct sercom_pad sercom_pads[] = {
|
||||
#if CONFIG_MACH_SAMD21
|
||||
{ 0, GPIO('A', 8), 0, 'C'},
|
||||
@@ -324,7 +323,6 @@ struct sercom_spi_map {
|
||||
uint8_t tx_pad, clk_pad, dopo;
|
||||
};
|
||||
|
||||
|
||||
static const struct sercom_spi_map sercom_spi[] = {
|
||||
{ 0, 1, 0 },
|
||||
{ 3, 1, 2 },
|
||||
|
||||
Reference in New Issue
Block a user