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: Settings/Settings.cpp
- Revision:
- 85:87bc28b151d8
- Parent:
- 82:3211b31e9421
--- a/Settings/Settings.cpp Tue May 26 14:39:45 2020 +0000
+++ b/Settings/Settings.cpp Tue May 26 19:38:48 2020 +0000
@@ -81,7 +81,7 @@
}
void Settings::display_settings_screen(N5110 &lcd, float pot_read) {
- // Pirnts differnt settings parts
+ // Prints different settings parts
if(displayed_settings_part_ == controls) {
lcd.printString(settings_part_names[displayed_settings_part_],6 ,3);
lcd.printString(controls_part_names[control_method_],60 ,3);
@@ -131,4 +131,4 @@
settings_fsm[displayed_settings_part_].part_previous;
}
wait(0.15);
-}
\ No newline at end of file
+}