Santiago Gil / SX1276GenericLib_node2

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
53:6d3adad59633
Parent:
52:4d304485eda0
Child:
58:113d2ef978d2
--- a/sx1276/sx1276-arduino-hal.cpp	Thu May 18 11:07:46 2017 +0200
+++ b/sx1276/sx1276-arduino-hal.cpp	Thu May 18 18:34:54 2017 +0200
@@ -352,7 +352,7 @@
             else
                 txTimeoutTimer.detach();
             break;
-        case RXTimeoutSyncWorldTimer:
+        case RXTimeoutSyncWordTimer:
             if (func)
                 rxTimeoutSyncWord.attach_us(callback(this, func), timeout_ms);
             else