code ax12 petit robot 12/05/2017

Fork of command_AX12_petit_robot_V3 by CRAC Team

mbed/LPC1768/cmsis.h

Committer:
ClementBreteau
Date:
2017-05-12
Revision:
7:ad4a19e26b84
Parent:
2:99b1cb0d9f5e

File content as of revision 7:ad4a19e26b84:

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

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#ifndef TARGET_LPC1768
#define TARGET_LPC1768
#endif

#include "LPC17xx.h"
#include "cmsis_nvic.h"

#endif