svn / mbed / trunk / platform.h

Revision 30, 216 bytes (checked in by emilmont, 6 months ago)

Add additional M0 peripherals implementations, fix GCC stdio/uart

Line 
1/* mbed Microcontroller Library - platform
2 * Copyright (c) 2009 ARM Limited. All rights reserved.
3 */ 
4 
5#ifndef MBED_PLATFORM_H
6#define MBED_PLATFORM_H
7
8#define MBED_RPC
9
10#define MBED_OPERATORS
11
12#endif
Note: See TracBrowser for help on using the browser.