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.
Fork of SX1276GenericLib by
Diff: Arduino-mbed-APIs/arduino-mbed.h
- Revision:
- 73:23cc8ba412e0
- Parent:
- 71:7067e67902a8
- Child:
- 75:7330dd86cdea
--- a/Arduino-mbed-APIs/arduino-mbed.h Sun Jul 23 16:30:11 2017 +0200 +++ b/Arduino-mbed-APIs/arduino-mbed.h Sun Jul 23 18:03:14 2017 +0200 @@ -22,7 +22,6 @@ #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 #define MYdigitalPinToInterrupt(x) digitalPinToInterrupt(x) #else