mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
188:bcfe06ba3d64
Parent:
184:08ed48f1de7f
Child:
189:f392fc9709a3
--- a/drivers/RawSerial.h	Thu Sep 06 13:40:20 2018 +0100
+++ b/drivers/RawSerial.h	Thu Nov 08 11:46:34 2018 +0000
@@ -88,6 +88,7 @@
 
     int printf(const char *format, ...);
 
+#if !(DOXYGEN_ONLY)
 protected:
 
     /* Acquire exclusive access to this serial port
@@ -97,6 +98,7 @@
     /* Release exclusive access to this serial port
      */
     virtual void unlock(void);
+#endif
 };
 
 } // namespace mbed