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.
Dependents: CDUFinal CDU_Mbed_36
Fork of ConfigFile by
Revision 7:b0224b2c20fd, committed 2014-07-01
- Comitter:
- WillemBraat
- Date:
- Tue Jul 01 13:20:35 2014 +0000
- Parent:
- 6:f6ceafabe9f8
- Commit message:
- Removed excess comment
Changed in this revision
| ConfigFile.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ConfigFile.cpp Wed Sep 15 13:49:15 2010 +0000
+++ b/ConfigFile.cpp Tue Jul 01 13:20:35 2014 +0000
@@ -44,7 +44,7 @@
* Remove cnofig_t list.
*/
free(configlist);
- configlist = NULL;
+ configlist = NULL;
}
/**
