Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_BLE_HeartRate Nucleo_BLE_UART Nucleo_BLE_Demo Nucleo_BLE_UART
Revision 1:79e5c08cbcc7, committed 2014-12-19
- Comitter:
- sjallouli
- Date:
- Fri Dec 19 19:52:49 2014 +0000
- Parent:
- 0:289fd2dae405
- Commit message:
- change the USARTService->write() method access permission to public
Changed in this revision
services/UARTService.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/services/UARTService.h Fri Dec 19 18:54:46 2014 +0000 +++ b/services/UARTService.h Fri Dec 19 19:52:49 2014 +0000 @@ -106,7 +106,6 @@ } } -protected: /** * Override for Stream::write(). * @@ -155,6 +154,7 @@ return origLength; } +protected: /** * Override for Stream::_putc() * @param c