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.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: System/StaticDefs.hpp
- Revision:
- 11:3b241ecb75ed
- Parent:
- 10:085ab7328054
- Child:
- 16:3363b9f14913
--- a/System/StaticDefs.hpp Mon Oct 23 12:50:53 2017 +0000 +++ b/System/StaticDefs.hpp Fri Oct 27 00:37:32 2017 +0000 @@ -16,7 +16,8 @@ Timer & systemTime(); Ticker & pulse(); -Serial & pc(); +MODSERIAL & pc(); +//MODSERIAL & xb(); LocalFileSystem & local();