Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: alarm_slave iq_sx126x sx126x_simple_TX_shield_2020a sx126x_simple_RX_shield_2020a ... more
Revision 6:cd4b02a7e65d, committed 2018-08-16
- 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;