git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1853 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-04-05 07:50:34 +00:00
parent 86be9c6ad0
commit b1c719375e
2 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,7 @@ static void notify1(void) {
* @brief UART0 IRQ handler.
*/
#if USE_LPC13xx_UART0 || defined(__DOXYGEN__)
CH_IRQ_HANDLER(Vector94) {
CH_IRQ_HANDLER(VectorF8) {
CH_IRQ_PROLOGUE();

View File

@ -57,6 +57,7 @@
*****************************************************************************
*** 1.5.5 ***
- NEW: LPC13xx support, drivers (Serial, PAL, HAL) and demo.
*** 1.5.4 ***
- FIX: Fixed broken CH_CURRP_REGISTER_CACHE option in the ARM7 port (bug