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.
Diff: Startup/startup.h
- Revision:
- 33:e7635c8a58a8
- Parent:
- 22:028f1627c262
diff -r 1049618104a2 -r e7635c8a58a8 Startup/startup.h --- a/Startup/startup.h Tue May 26 14:21:58 2020 +0000 +++ b/Startup/startup.h Tue May 26 14:32:06 2020 +0000 @@ -30,7 +30,7 @@ ~startup(); /** intitialsie function. - * @Initialises all main gmaepad components. + * @Initialises all main gamepad components. * @Also Generates Preliminary LUTs */ void initialise(N5110 &lcd, Gamepad &pad);