123

Revision:
26:4876e515ff4c
Parent:
23:1df3dddcb43e
Child:
27:da6341d9d5b1
--- a/sx127x_lora.h	Thu Oct 22 01:27:18 2015 +0000
+++ b/sx127x_lora.h	Mon Jul 18 21:13:50 2016 +0000
@@ -154,8 +154,8 @@
 
 typedef union {
     struct {    // sx1276 register 0x36
-        uint8_t freq_to_time_drift_auto         : 1;    // 0  manual control of 0x3a register
-        uint8_t sd_max_freq_deviation_auto      : 1;    // 1  manual control of 0x3b[3:1]
+        uint8_t freq_to_time_drift_auto         : 1;    // 0  manual control of 0x3a register (1=auto)
+        uint8_t sd_max_freq_deviation_auto      : 1;    // 1  manual control of 0x3b[3:1] (1=auto)
         uint8_t reserved                        : 6;    // 
     } bits;
     uint8_t octet;