diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-31 23:37:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-04 18:29:31 -0400 |
commit | bc9fd03dabc38ae55fae3151e94cffe7157b95bd (patch) | |
tree | bee1984f5afd76e6c4d9e013d8984076dd90e422 /config/example-extras.cfg | |
parent | 7e8ecfe177945e10a1e4adaac64c1d803e9405ff (diff) | |
download | kutter-bc9fd03dabc38ae55fae3151e94cffe7157b95bd.tar.gz kutter-bc9fd03dabc38ae55fae3151e94cffe7157b95bd.tar.xz kutter-bc9fd03dabc38ae55fae3151e94cffe7157b95bd.zip |
atsamd: Use enumerations for buses and reserve pins
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index f7225735..fee9061a 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -795,7 +795,7 @@ # SERCOM available. Each SERCOM must be configured prior to using it as # SPI or I2C peripheral. Place this config section above any other section # that makes use of SPI or I2C buses. -#[samd_sercom 0] +#[samd_sercom sercom0] #tx_pin: # MOSI pin for SPI communication, or SDA (data) pin for I2C # communication. The pin must have a valid pinmux configuration |