Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
380:2109a08c311c
Parent:
379:b379d350aaab
Child:
386:d30591c3d39c
--- a/public/GapScanningParams.h	Wed May 13 08:51:07 2015 +0100
+++ b/public/GapScanningParams.h	Wed May 13 08:51:07 2015 +0100
@@ -45,7 +45,7 @@
     }
 
     void setInterval(uint16_t newInterval) {_interval = newInterval;}
-    void setWindow(uint16_t newInterval)   {_window   = newWindow;  }
+    void setWindow(uint16_t newWindow)     {_window   = newWindow;  }
     void setTimeout(uint16_t newTimeout)   {_timeout  = newTimeout; }
 
     uint16_t getInterval(void) const {return _interval;}