mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/cmsis.h

Committer:
mbed_official
Date:
2013-12-02
Revision:
52:a51c77007319
Child:
70:c1fbde68b492

File content as of revision 52:a51c77007319:

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

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "stm32f10x.h"
#include "cmsis_nvic.h"

#endif