Driver for the SX1276 RF Transceiver

Dependents:   LoRa_PIR LoRaWAN-lmic-app SX1276PingPong LoRaWAN-lmic-app ... more

Revision:
13:618826a997e2
Parent:
9:b420e9c3d6fe
Child:
22:7f3aab69cca9
--- a/typedefs/typedefs.h	Mon Oct 13 07:33:11 2014 +0000
+++ b/typedefs/typedefs.h	Tue Dec 16 10:02:45 2014 +0000
@@ -45,7 +45,7 @@
  */
 typedef struct
 {
-    ModemType	Modem;
+    ModemType   Modem;
     uint8_t     Addr;
     uint8_t     Value;
 }RadioRegisters_t;