Skip to content

Commit 3b970c1

Browse files
committed
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.
1 parent 503066a commit 3b970c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/PwmOut.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ class PwmOut {
219219

220220
pwmout_t _pwm;
221221
bool _deep_sleep_locked;
222-
};
223222
#endif
223+
};
224224

225225
} // namespace mbed
226226

0 commit comments

Comments
 (0)