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: Front/Front.h
- Revision:
- 33:e7635c8a58a8
- Parent:
- 31:cfdb014ff086
--- a/Front/Front.h Tue May 26 14:21:58 2020 +0000 +++ b/Front/Front.h Tue May 26 14:32:06 2020 +0000 @@ -34,12 +34,12 @@ /** Constructor */ Front(); - /** Destructior */ + /** Destructor */ ~Front(); /** Runs whole front pannel * @function to process whole front pannel - * Deals with ADSR and sound generation bby calling other classes */ + * Deals with ADSR and sound generation by calling other classes */ void frontrun(N5110 &lcd, Gamepad &pad, int submenu);