Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CRAC-Strat_2019 SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Dependents: Codeprincipal_2019 CRAC-Strat_2019
mbed/platform.h@15:c2fc239e85df, 2017-05-11 (annotated)
- Committer:
- ClementBreteau
- Date:
- Thu May 11 12:55:52 2017 +0000
- Revision:
- 15:c2fc239e85df
- Parent:
- 0:ad97421fb1fb
crac strat le 11/05/17
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| antbig | 0:ad97421fb1fb | 1 | /* mbed Microcontroller Library - platform |
| antbig | 0:ad97421fb1fb | 2 | * Copyright (c) 2009 ARM Limited. All rights reserved. |
| antbig | 0:ad97421fb1fb | 3 | */ |
| antbig | 0:ad97421fb1fb | 4 | |
| antbig | 0:ad97421fb1fb | 5 | #ifndef MBED_PLATFORM_H |
| antbig | 0:ad97421fb1fb | 6 | #define MBED_PLATFORM_H |
| antbig | 0:ad97421fb1fb | 7 | |
| antbig | 0:ad97421fb1fb | 8 | #define MBED_RPC |
| antbig | 0:ad97421fb1fb | 9 | |
| antbig | 0:ad97421fb1fb | 10 | #define MBED_OPERATORS |
| antbig | 0:ad97421fb1fb | 11 | |
| antbig | 0:ad97421fb1fb | 12 | #endif |