mbed library sources

Dependents:   STM32F103C8T6-RangoTec STM32-103C8_Plantilla_USB

Committer:
mbed_official
Date:
Tue Dec 16 08:15:08 2014 +0000
Revision:
441:8a0b45cd594f
Parent:
255:20b371a9491b
Synchronized with git revision 67fbbf0b635d0c0d93fbe433306c537c2ad206aa

Full URL: https://github.com/mbedmicro/mbed/commit/67fbbf0b635d0c0d93fbe433306c537c2ad206aa/

Targets: nrf51 - updating app_timer.c from Norid'c SDKv7.1.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 68:41613245dfd7 1 /* mbed Microcontroller Library - CMSIS
mbed_official 68:41613245dfd7 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
mbed_official 68:41613245dfd7 3 *
mbed_official 68:41613245dfd7 4 * A generic CMSIS include header, pulling in LPC11U24 specifics
mbed_official 68:41613245dfd7 5 */
mbed_official 68:41613245dfd7 6
mbed_official 68:41613245dfd7 7 #ifndef MBED_CMSIS_H
mbed_official 68:41613245dfd7 8 #define MBED_CMSIS_H
mbed_official 68:41613245dfd7 9
mbed_official 68:41613245dfd7 10 #include "MK20D5.h"
mbed_official 68:41613245dfd7 11 #include "cmsis_nvic.h"
mbed_official 68:41613245dfd7 12
mbed_official 68:41613245dfd7 13 #endif