Nucleo-f401re

Dependencies:   SX1276Lib mbed

Fork of SX1276PingPongFHSS_f401 by Seongdo Yoo

Revision:
1:41b10c760ff2
Parent:
0:db48addeabda
--- a/main.h	Fri Sep 19 15:25:35 2014 +0000
+++ b/main.h	Tue Sep 23 14:25:25 2014 +0000
@@ -4,9 +4,9 @@
  \____ \| ___ |    (_   _) ___ |/ ___)  _ \
  _____) ) ____| | | || |_| ____( (___| | | |
 (______/|_____)_|_|_| \__)_____)\____)_| |_|
-    �2013 Semtech
+    ( C )2014 Semtech
 
-Description: SX1276 FSK modem registers and bits definitions
+Description: Contains the callbacks for the IRQs and any application related details
 
 License: Revised BSD License, see LICENSE.TXT file include in the project
 
@@ -19,7 +19,7 @@
 /*!
  * Frequency hopping frequencies table
  */
-const int32_t HoppingFrequencies[] =
+const uint32_t HoppingFrequencies[] =
 {
     916500000,
     923500000,
@@ -71,7 +71,7 @@
     910000000,
     926500000,
     925500000,
-    911000000,
+    911000000
 };
 
 /*