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: Seeed_Barometer_Sensor_Example
Fork of mbed-src by
targets/cmsis/TARGET_Freescale/TARGET_KL46Z/cmsis.h@81:a9456fdf72fa, 2014-01-31 (annotated)
- Committer:
- mbed_official
- Date:
- Fri Jan 31 09:00:05 2014 +0000
- Revision:
- 81:a9456fdf72fa
- Parent:
- 31:42176bc3c368
Synchronized with git revision 2a782f50677ef823f25764c76cfed1bec98740be
Full URL: https://github.com/mbedmicro/mbed/commit/2a782f50677ef823f25764c76cfed1bec98740be/
Remove unnecessary semicolons.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_official | 31:42176bc3c368 | 1 | /* mbed Microcontroller Library - CMSIS |
| mbed_official | 31:42176bc3c368 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| mbed_official | 31:42176bc3c368 | 3 | * |
| mbed_official | 31:42176bc3c368 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
| mbed_official | 31:42176bc3c368 | 5 | */ |
| mbed_official | 31:42176bc3c368 | 6 | |
| mbed_official | 31:42176bc3c368 | 7 | #ifndef MBED_CMSIS_H |
| mbed_official | 31:42176bc3c368 | 8 | #define MBED_CMSIS_H |
| mbed_official | 31:42176bc3c368 | 9 | |
| mbed_official | 31:42176bc3c368 | 10 | #include "MKL46Z4.h" |
| mbed_official | 31:42176bc3c368 | 11 | #include "cmsis_nvic.h" |
| mbed_official | 31:42176bc3c368 | 12 | |
| mbed_official | 31:42176bc3c368 | 13 | #endif |
