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.
Revision 12:a62ca1ee7b52, committed 2016-07-13
- Comitter:
- LancasterUniversity
- Date:
- Wed Jul 13 13:00:25 2016 +0100
- Parent:
- 11:b5c6d46127ad
- Child:
- 13:802a76669499
- Commit message:
- Synchronized with git rev ef758346
Author: James Devine
microbit: minor spelling corrections
Courtesy of @gbaman
Changed in this revision
| inc/MicroBit.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/inc/MicroBit.h Wed Jul 13 13:00:23 2016 +0100
+++ b/inc/MicroBit.h Wed Jul 13 13:00:25 2016 +0100
@@ -185,7 +185,7 @@
* Delay execution for the given amount of time.
*
* If the scheduler is running, this will deschedule the current fiber and perform
- * a power efficent, concurrent sleep operation.
+ * a power efficient, concurrent sleep operation.
*
* If the scheduler is disabled or we're running in an interrupt context, this
* will revert to a busy wait.
@@ -433,7 +433,7 @@
* Delay execution for the given amount of time.
*
* If the scheduler is running, this will deschedule the current fiber and perform
- * a power efficent, concurrent sleep operation.
+ * a power efficient, concurrent sleep operation.
*
* If the scheduler is disabled or we're running in an interrupt context, this
* will revert to a busy wait.
@@ -655,4 +655,4 @@
microbit_panic(statusCode);
}
-#endif
+#endif
\ No newline at end of file