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
Diff: Objects/Object.h
- Revision:
- 43:2cd1cfe07770
- Parent:
- 40:8cc82e3fce06
- Child:
- 46:e39abe665271
--- a/Objects/Object.h Mon May 18 04:39:06 2020 +0000
+++ b/Objects/Object.h Mon May 18 06:34:53 2020 +0000
@@ -55,7 +55,7 @@
void speedMedium(int dir);
void speedFast(int dir);
void initializeLogParameters();
- void initializeScreenParameters()
+ void initializeScreenParameters();
};