uncrustify libraries/RC_Channel/RC_Channel_aux.h

This commit is contained in:
uncrustify 2012-08-16 23:22:48 -07:00 committed by Pat Hickey
parent 5564e0c440
commit b1cf3f7f91
1 changed files with 37 additions and 36 deletions

View File

@ -14,7 +14,7 @@
/// @class RC_Channel_aux /// @class RC_Channel_aux
/// @brief Object managing one aux. RC channel (CH5-8), with information about its function /// @brief Object managing one aux. RC channel (CH5-8), with information about its function
class RC_Channel_aux : public RC_Channel{ class RC_Channel_aux : public RC_Channel {
public: public:
/// Constructor /// Constructor
/// ///
@ -23,7 +23,8 @@ public:
/// ///
RC_Channel_aux(uint8_t ch_out) : RC_Channel_aux(uint8_t ch_out) :
RC_Channel(ch_out) RC_Channel(ch_out)
{} {
}
typedef enum typedef enum
{ {