mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

platform.h

Committer:
emilmont
Date:
2012-10-10
Revision:
2:e9a661555b58
Parent:
0:8024c367e29f
Child:
7:73c5efe92a6c

File content as of revision 2:e9a661555b58:

/* mbed Microcontroller Library - platform
 * Copyright (c) 2009 ARM Limited. All rights reserved.
 */ 
 
#ifndef MBED_PLATFORM_H
#define MBED_PLATFORM_H

#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC11U24)
#define MBED_RPC          1
#endif

#define MBED_OPERATORS    1

#endif