diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-24 16:18:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-24 16:18:41 +0000 |
commit | fc508d51c315c34246e330adc7e880c80683b2e3 (patch) | |
tree | 924cea85f29d80abd826c45a1bc0ca88601b4963 /os/hal/platforms/LPC11xx | |
parent | 1a49558ed3e393ec8098000e6898218759921336 (diff) | |
download | ChibiOS-fc508d51c315c34246e330adc7e880c80683b2e3.tar.gz ChibiOS-fc508d51c315c34246e330adc7e880c80683b2e3.tar.bz2 ChibiOS-fc508d51c315c34246e330adc7e880c80683b2e3.zip |
Changed a dangerous default.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2282 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx')
-rw-r--r-- | os/hal/platforms/LPC11xx/spi_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC11xx/spi_lld.h b/os/hal/platforms/LPC11xx/spi_lld.h index 03ac09244..9510b7591 100644 --- a/os/hal/platforms/LPC11xx/spi_lld.h +++ b/os/hal/platforms/LPC11xx/spi_lld.h @@ -167,7 +167,7 @@ * @brief SCK0 signal selector. */
#if !defined(LPC11xx_SPI_SCK0_SELECTOR) || defined(__DOXYGEN__)
-#define LPC11xx_SPI_SCK0_SELECTOR SCK0_IS_PIO0_10
+#define LPC11xx_SPI_SCK0_SELECTOR SCK0_IS_PIO2_11
#endif
/*===========================================================================*/
|