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.
Fork of mbed-src by
targets/cmsis/TARGET_NXP/TARGET_LPC81X/cmsis.h@596:d25a30803853, 2015-07-21 (annotated)
- Committer:
- ersatzavian 
- Date:
- Tue Jul 21 14:09:45 2015 -0700
- Revision:
- 596:d25a30803853
- Parent:
- 46:bebbbd80dd87
added missing bracket probably I hope
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| mbed_official | 46:bebbbd80dd87 | 1 | /* mbed Microcontroller Library - CMSIS | 
| mbed_official | 46:bebbbd80dd87 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. | 
| mbed_official | 46:bebbbd80dd87 | 3 | * | 
| mbed_official | 46:bebbbd80dd87 | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics | 
| mbed_official | 46:bebbbd80dd87 | 5 | */ | 
| mbed_official | 46:bebbbd80dd87 | 6 | |
| mbed_official | 46:bebbbd80dd87 | 7 | #ifndef MBED_CMSIS_H | 
| mbed_official | 46:bebbbd80dd87 | 8 | #define MBED_CMSIS_H | 
| mbed_official | 46:bebbbd80dd87 | 9 | |
| mbed_official | 46:bebbbd80dd87 | 10 | #include "LPC8xx.h" | 
| mbed_official | 46:bebbbd80dd87 | 11 | #include "cmsis_nvic.h" | 
| mbed_official | 46:bebbbd80dd87 | 12 | |
| mbed_official | 46:bebbbd80dd87 | 13 | #endif | 
