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: parameters.h
- Revision:
- 6:e510aab8f2ce
- Parent:
- 2:45db4f4ca70d
- Child:
- 21:4d6b26eecdac
--- a/parameters.h Fri Jul 12 22:55:02 2013 +0000 +++ b/parameters.h Sat Jul 13 18:02:38 2013 +0000 @@ -11,8 +11,16 @@ #define MODE_HELP 7 #define MODE_ERR 8 +#define LINEBUF_EMPTY 0 +#define LINEBUF_OK 1 +#define LINEBUF_TOOLONG 2 +#define PARSE_ERR -2 +#define PARSE_LONG -1 +#define PARSE_OK 0 +#define PARSE_EMPTY 1 +#define PARSE_ROUNDED 2 #endif \ No newline at end of file