f

Revision:
61:08b50780eb91
Parent:
51:aef3234bcb71
Child:
64:b721e6ab656a
--- a/sx1276/sx1276-mbed-hal.h	Mon May 29 16:58:41 2017 +0200
+++ b/sx1276/sx1276-mbed-hal.h	Wed May 31 14:07:40 2017 +0200
@@ -116,13 +116,6 @@
     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
      *
      * @param [IN] channel Channel frequency in Hz
@@ -232,6 +225,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_MBED_HAL_H__