Skip to content

Commit 84dad6c

Browse files
author
Jenny Plunkett
committed
Remove RawSerial protected member functions
1 parent 6d7b655 commit 84dad6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/RawSerial.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class RawSerial: public SerialBase, private NonCopyable<RawSerial> {
8888

8989
int printf(const char *format, ...);
9090

91+
#if !(DOXYGEN_ONLY)
9192
protected:
9293

9394
/* Acquire exclusive access to this serial port
@@ -97,6 +98,7 @@ class RawSerial: public SerialBase, private NonCopyable<RawSerial> {
9798
/* Release exclusive access to this serial port
9899
*/
99100
virtual void unlock(void);
101+
#endif
100102
};
101103

102104
} // namespace mbed

0 commit comments

Comments
 (0)