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@0:ad97421fb1fb, 2016-04-13 (annotated)
- Committer:
- antbig
- Date:
- Wed Apr 13 22:04:54 2016 +0000
- Revision:
- 0:ad97421fb1fb
Ajout interruption fin de match
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 |