TMRh20 ported to MBED

Fork of TMRh20 by BME SmartLab

Revision:
1:8f889354678f
Parent:
0:163155b607df
Child:
3:13e43d3101a5
--- a/RF24.h	Thu Mar 10 14:40:30 2016 +0000
+++ b/RF24.h	Wed Mar 16 11:51:59 2016 +0000
@@ -95,7 +95,7 @@
      * @param _cepin The pin attached to Chip Enable on the RF module
      * @param _cspin The pin attached to Chip Select
      */
-    RF24(PinName mosi, PinName miso, PinName sck, PinName _cepin, PinName _cspin);
+    RF24(PinName mosi, PinName miso, PinName sck, PinName _cspin, PinName _cepin);
 
     virtual ~RF24() {};