f

Revision:
61:08b50780eb91
Parent:
52:4d304485eda0
--- a/sx1276/sx1276-arduino-hal.h	Mon May 29 16:58:41 2017 +0200
+++ b/sx1276/sx1276-arduino-hal.h	Wed May 31 14:07:40 2017 +0200
@@ -115,14 +115,7 @@
      * \remark Useful when going in MCU lowpower modes
      */
     virtual void IoDeInit( void );
-    
-    /*!
-     * \brief Sets the radio output power.
-     *
-     * @param [IN] power Sets the RF output power
-     */
-    virtual void SetRfTxPower( int8_t power );
-    
+
     /*!
      * @brief Gets the board PA selection configuration
      *
@@ -233,6 +226,14 @@
      * @brief Reset the SX1276
      */
     virtual void Reset( void );
+
+    /*!
+     * \brief Sets the radio output power.
+     *
+     * @param [IN] power Sets the RF output power
+     */
+    virtual void SetRfTxPower( int8_t power );
+
 };
 
 #endif // __SX1276_ARDUINO_HAL_H__