Remove RawSerial protected member functions

pull/8413/head
Jenny Plunkett 2018-10-12 13:18:11 -05:00
parent 6d7b655b87
commit 84dad6ce53
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public:
int printf(const char *format, ...);
#if !(DOXYGEN_ONLY)
protected:
/* Acquire exclusive access to this serial port
@ -97,6 +98,7 @@ protected:
/* Release exclusive access to this serial port
*/
virtual void unlock(void);
#endif
};
} // namespace mbed