Remove Serial protected member functions and attributes

pull/8413/head
Jenny Plunkett 2018-10-12 13:20:02 -05:00
parent 84dad6ce53
commit 20f913a06e
1 changed files with 2 additions and 0 deletions

View File

@ -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