mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
5d4b8c4ece
commit
c36afcc3b6
|
@ -219,8 +219,8 @@ protected:
|
||||||
|
|
||||||
pwmout_t _pwm;
|
pwmout_t _pwm;
|
||||||
bool _deep_sleep_locked;
|
bool _deep_sleep_locked;
|
||||||
};
|
|
||||||
#endif
|
#endif
|
||||||
|
};
|
||||||
|
|
||||||
} // namespace mbed
|
} // namespace mbed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue