mirror of https://github.com/Desuuuu/klipper.git
atsamd: Minor whitespace changes to sercom.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
0615ab5f89
commit
e6157c1600
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue