f

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