Programme d'utilisation servomotors MX12 V1

Fork of Utilisation_MX12 by CRAC Team

mbed/LPC1768/cmsis.h

Committer:
R66Y
Date:
2017-05-20
Revision:
1:ac14e1422ab3
Parent:
0:80df663dd15e

File content as of revision 1:ac14e1422ab3:

/* 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