Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: CC3000_Hostdriver KL25Z_FFT_Demo cc3000_hello_world_demo cc3000_simple_socket_demo ... more
Revision 3:01504ecd2025, committed 2013-10-14
- Comitter:
- frankvnk
- Date:
- Mon Oct 14 13:45:19 2013 +0000
- Parent:
- 2:676bbfffe9f6
- Child:
- 4:6c8e950d8037
- Commit message:
- added TARGET_ to LPC176X
Changed in this revision
| NVIC_set_all_priorities.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/NVIC_set_all_priorities.h Wed Oct 02 20:18:37 2013 +0000
+++ b/NVIC_set_all_priorities.h Mon Oct 14 13:45:19 2013 +0000
@@ -31,7 +31,7 @@
#elif defined LPC81X
first_IRQ_number = SysTick_IRQn,
last_IRQ_number = PININT7_IRQn,
-#elif defined LPC176X
+#elif defined TARGET_LPC176X
first_IRQ_number = SysTick_IRQn,
last_IRQ_number = CANActivity_IRQn,
#elif defined LPC408X