Driver for the SX1280 RF Transceiver

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

Revision:
1:cd0d08df0617
Parent:
0:03ec2f3bde8c
Child:
4:abf14b677777
--- a/sx1280-hal.cpp	Mon Mar 13 14:16:00 2017 +0000
+++ b/sx1280-hal.cpp	Wed Mar 15 16:03:25 2017 +0000
@@ -137,7 +137,7 @@
 #if defined( TARGET_KL25Z )
     RadioSpi->frequency( 4000000 );
 #elif defined( TARGET_NUCLEO_L476RG )
-    RadioSpi->frequency( 4000000 );
+    RadioSpi->frequency( 8000000 );
 #else
     RadioSpi->frequency( 8000000 );
 #endif