Soundharrajan

Fork of mbed by mbed official

platform.h

Committer:
emilmont
Date:
2011-11-29
Revision:
27:7110ebee3484
Parent:
11:1c1ebd0324fa
Child:
28:667d61c9177b

File content as of revision 27:7110ebee3484:

/* 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)
#define MBED_RPC
#endif

#define MBED_OPERATORS

#endif