diff options
Diffstat (limited to 'Bootloaders/Incomplete/MIDI/MIDI.c')
-rw-r--r-- | Bootloaders/Incomplete/MIDI/MIDI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/Incomplete/MIDI/MIDI.c b/Bootloaders/Incomplete/MIDI/MIDI.c index 9343fe7bf..004e7af1a 100644 --- a/Bootloaders/Incomplete/MIDI/MIDI.c +++ b/Bootloaders/Incomplete/MIDI/MIDI.c @@ -37,7 +37,7 @@ #include "MIDI.h"
/** Main program entry point. This routine configures the hardware required by the application, then
- * starts the scheduler to run the application tasks.
+ * enters a loop to run the application tasks in sequence.
*/
int main(void)
{
|