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.
Diff: Arduino-mbed-APIs/arduino-mbed.h
- Revision:
- 80:62f0b027efff
- Parent:
- 78:9d2cc07d9525
- Child:
- 84:3428e25c7157
--- a/Arduino-mbed-APIs/arduino-mbed.h Thu Aug 03 11:59:54 2017 +0200
+++ b/Arduino-mbed-APIs/arduino-mbed.h Thu Aug 03 13:43:35 2017 +0200
@@ -19,7 +19,6 @@
typedef int PinName;
#define NC -1
-#define wait_ms delay
/* we need to redefine out dprintf because stdio.h uses the same name */
#define dprint dxprintf
#if ARDUINO_SAMD_VARIANT_COMPLIANCE >= 10606
@@ -58,6 +57,7 @@
extern uint32_t s_getTicker(void);
extern uint32_t ms_getTicker(void);
extern uint32_t us_getTicker(void);
+extern void wait_ms(uint32_t ms);
enum PinMode {