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.
Fork of LinkedList by
Revision 2:704e1c9057c1, committed 2013-04-05
- Comitter:
- sam_grove
- Date:
- Fri Apr 05 23:44:10 2013 +0000
- Parent:
- 1:a032c0392ba1
- Child:
- 3:c14e7a918e21
- Commit message:
- Fixed a typo in the example that messed up the compiler rendering and import utility.
Changed in this revision
| LinkedList.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LinkedList.h Fri Apr 05 23:14:49 2013 +0000 +++ b/LinkedList.h Fri Apr 05 23:44:10 2013 +0000 @@ -37,7 +37,6 @@ /** Example using the LinkedList Class * @code - * int main(void) * #include "mbed.h" * #include "LinkedList.h" *
