aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC13xx/serial_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-28 18:39:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-28 18:39:40 +0000
commit3ea83706512a5051a185ac8ec4ba0094290a217d (patch)
treef252f07fed2ccf821729d9ec595695b90fb58f65 /os/hal/platforms/LPC13xx/serial_lld.c
parent29a259ba43607142487a0bceb8adf31d76286770 (diff)
downloadChibiOS-3ea83706512a5051a185ac8ec4ba0094290a217d.tar.gz
ChibiOS-3ea83706512a5051a185ac8ec4ba0094290a217d.tar.bz2
ChibiOS-3ea83706512a5051a185ac8ec4ba0094290a217d.zip
LPC13xx SPI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2300 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx/serial_lld.c')
-rw-r--r--os/hal/platforms/LPC13xx/serial_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC13xx/serial_lld.c b/os/hal/platforms/LPC13xx/serial_lld.c
index 1da872eac..2284a1646 100644
--- a/os/hal/platforms/LPC13xx/serial_lld.c
+++ b/os/hal/platforms/LPC13xx/serial_lld.c
@@ -214,7 +214,7 @@ static void notify1(void) {
* @isr
*/
#if LPC13xx_SERIAL_USE_UART0 || defined(__DOXYGEN__)
-CH_IRQ_HANDLER(Vector94) {
+CH_IRQ_HANDLER(VectorF8) {
CH_IRQ_PROLOGUE();