mirror of https://github.com/ARMmbed/mbed-os.git
Remove RawSerial protected member functions
parent
6d7b655b87
commit
84dad6ce53
|
|
@ -88,6 +88,7 @@ public:
|
||||||
|
|
||||||
int printf(const char *format, ...);
|
int printf(const char *format, ...);
|
||||||
|
|
||||||
|
#if !(DOXYGEN_ONLY)
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
/* Acquire exclusive access to this serial port
|
/* Acquire exclusive access to this serial port
|
||||||
|
|
@ -97,6 +98,7 @@ protected:
|
||||||
/* Release exclusive access to this serial port
|
/* Release exclusive access to this serial port
|
||||||
*/
|
*/
|
||||||
virtual void unlock(void);
|
virtual void unlock(void);
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace mbed
|
} // namespace mbed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue