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.
Fork of ConfigFile by
Revision 7:5f17584569fa, committed 2014-05-10
- Comitter:
- jb
- Date:
- Sat May 10 05:39:32 2014 +0000
- Parent:
- 6:f6ceafabe9f8
- Commit message:
- H
Changed in this revision
ConfigFile.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ConfigFile.h Wed Sep 15 13:49:15 2010 +0000 +++ b/ConfigFile.h Sat May 10 05:39:32 2014 +0000 @@ -109,7 +109,7 @@ char *value; } config_t; config_t **configlist; - static const int MAXCONFIG = 64; + static const int MAXCONFIG = 1024; static const int MAXLEN_KEY = 64; static const int MAXLEN_VALUE = 128; static const char SEPARATOR = '=';