diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-19 20:25:13 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-19 20:39:19 -0700 |
| commit | b9bb088a36fd351809f4c378356327ffa663c974 (patch) | |
| tree | 1b7897ab1650cde3b195406a3d9bbed91986dec0 /src/easymini-v0.1 | |
| parent | 397109139fb9ff27ec7cfb0cafa65d1dbea053bd (diff) | |
altos/lpc: Allow for alternate SPI SCLK0 pin usage
SPI SCLK0 can appear on three different pins; let the application
configure which one it wants.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymini-v0.1')
| -rw-r--r-- | src/easymini-v0.1/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/easymini-v0.1/ao_pins.h b/src/easymini-v0.1/ao_pins.h index 5bcd4673..2307d7d2 100644 --- a/src/easymini-v0.1/ao_pins.h +++ b/src/easymini-v0.1/ao_pins.h @@ -53,6 +53,7 @@ /* SPI */ #define HAS_SPI_0 1 +#define SPI_SCK0_P0_6 1 #define HAS_SPI_1 1 #define SPI_SCK1_P1_15 1 #define SPI_MISO1_P0_22 1 |
