Move #endif to fix PwmOut.h doxygen

Move the #endif up so it does not include the closing bracket of
PwmOut. This allows the doxygen for PwmOut, classmbed_1_1_pwm_out.html,
to build.
pull/8637/head
Russ Butler 2018-10-29 10:47:45 -05:00 committed by Cruz Monrreal II
parent 5d4b8c4ece
commit c36afcc3b6
1 changed files with 1 additions and 1 deletions

View File

@ -219,8 +219,8 @@ protected:
pwmout_t _pwm;
bool _deep_sleep_locked;
};
#endif
};
} // namespace mbed