LoRaWAN-Lib

Fork of LoRaWAN-lib by Semtech

Revision:
8:26002607de9c
Parent:
2:14a5d6ad92d5
--- a/LoRaMacTest.h	Tue Jul 05 13:24:54 2016 +0000
+++ b/LoRaMacTest.h	Mon Apr 24 09:42:37 2017 +0000
@@ -66,6 +66,16 @@
  */
 void LoRaMacTestSetDutyCycleOn( bool enable );
 
+/*!
+ * \brief   Sets the channel index
+ *
+ * \details This is a test function. It shall be used for testing purposes only.
+ *          Changing this attribute may lead to a non-conformance LoRaMac operation.
+ *
+ * \param   [IN] channel - Channel index
+ */
+void LoRaMacTestSetChannel( uint8_t channel );
+
 /*! \} defgroup LORAMACTEST */
 
 #endif // __LORAMACTEST_H__