|
/* mbed Microcontroller Library - CMSIS for TMPM066
|
|
* Copyright (C) 2011 ARM Limited. All rights reserved.
|
|
*
|
|
* A generic CMSIS include header, pulling in TMPM066 specifics
|
|
*/
|
|
#ifndef MBED_CMSIS_H
|
|
#define MBED_CMSIS_H
|
|
|
|
#include "TMPM066.h"
|
|
#include "cmsis_nvic.h"
|
|
|
|
#endif
|