mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c

Dependents:   Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay

Fork of mbed-dev by mbed official

targets/TARGET_NXP/TARGET_LPC81X/device/cmsis.h

Committer:
<>
Date:
2016-10-28
Revision:
149:156823d33999
Parent:
targets/cmsis/TARGET_NXP/TARGET_LPC81X/cmsis.h@ 144:ef7eb2e8f9f7

File content as of revision 149:156823d33999:

/* mbed Microcontroller Library - CMSIS
 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
 * 
 * A generic CMSIS include header, pulling in LPC8xx specifics
 */

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "LPC8xx.h"
#include "cmsis_nvic.h"

#endif