diff options
Diffstat (limited to 'demos/ARM7-LPC214x-G++/main.cpp')
-rw-r--r-- | demos/ARM7-LPC214x-G++/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-G++/main.cpp b/demos/ARM7-LPC214x-G++/main.cpp index 454e691b8..367021213 100644 --- a/demos/ARM7-LPC214x-G++/main.cpp +++ b/demos/ARM7-LPC214x-G++/main.cpp @@ -163,7 +163,7 @@ int main(void) { System::Init();
/*
- * Activates the serial driver 2 using the driver default configuration.
+ * Activates the serial driver 1 using the driver default configuration.
*/
sdStart(&SD1, NULL);
|