wayne roberts / sx126x

Dependents:   alarm_slave iq_sx126x sx126x_simple_TX_shield_2020a sx126x_simple_RX_shield_2020a ... more

Files at this revision

API Documentation at this revision

Comitter:
Wayne Roberts
Date:
Thu Aug 16 17:46:01 2018 -0700
Parent:
5:8b75387af4e0
Child:
7:fe8c0186ee50
Commit message:
correct PacketParam buffer length for gfsk

Changed in this revision

sx12xx.h Show annotated file Show diff for this revision Revisions of this file
--- a/sx12xx.h	Thu Aug 16 14:47:55 2018 -0700
+++ b/sx12xx.h	Thu Aug 16 17:46:01 2018 -0700
@@ -149,7 +149,7 @@
         uint8_t CRCType;                // param8
         uint8_t Whitening;              // param9
     } gfsk;
-    uint8_t buf[8];
+    uint8_t buf[9];
 } PacketParams_t;