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: main.cpp
- Revision:
- 27:231333972023
- Parent:
- 26:5c264e20402f
- Child:
- 28:b5bd93f9732b
--- a/main.cpp Tue Jul 23 17:55:40 2013 +0000 +++ b/main.cpp Wed Jul 24 16:01:41 2013 +0000 @@ -275,9 +275,9 @@ if(state == MODE_CHA1AMP || state == MODE_CHA2AMP) { if(state == MODE_CHA1AMP) - ret = parse_amp(line_buf, &cha1_amp); + ret = parse_amp2(line_buf, &cha1_amp, line_length); else - ret = parse_amp(line_buf, &cha2_amp); + ret = parse_amp2(line_buf, &cha2_amp, line_length); if(ret == PARSE_LONG) //Input string too long {