mirror of https://github.com/ARMmbed/mbed-os.git
Remove Serial protected member functions and attributes
parent
84dad6ce53
commit
20f913a06e
|
@ -99,6 +99,7 @@ public:
|
||||||
return SerialBase::writeable();
|
return SerialBase::writeable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if !(DOXYGEN_ONLY)
|
||||||
protected:
|
protected:
|
||||||
virtual int _getc();
|
virtual int _getc();
|
||||||
virtual int _putc(int c);
|
virtual int _putc(int c);
|
||||||
|
@ -106,6 +107,7 @@ protected:
|
||||||
virtual void unlock();
|
virtual void unlock();
|
||||||
|
|
||||||
PlatformMutex _mutex;
|
PlatformMutex _mutex;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace mbed
|
} // namespace mbed
|
||||||
|
|
Loading…
Reference in New Issue