aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 16:18:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 16:18:41 +0000
commitfc508d51c315c34246e330adc7e880c80683b2e3 (patch)
tree924cea85f29d80abd826c45a1bc0ca88601b4963 /os/hal/platforms/LPC11xx
parent1a49558ed3e393ec8098000e6898218759921336 (diff)
downloadChibiOS-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.h2
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
/*===========================================================================*/