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.
Revision 6:5a9d65b33e85, committed 2017-03-09
- Comitter:
- eptak
- Date:
- Thu Mar 09 16:32:30 2017 +0000
- Parent:
- 5:a67d5a7955c7
- Child:
- 7:43d16dd86e84
- Commit message:
- fix typo
Changed in this revision
| src/CayenneLPP.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/src/CayenneLPP.cpp Tue Dec 06 20:51:26 2016 +0000
+++ b/src/CayenneLPP.cpp Thu Mar 09 16:32:30 2017 +0000
@@ -72,7 +72,6 @@
int16_t val = value * 100;
buffer[cursor++] = channel;
buffer[cursor++] = LPP_ANALOG_OUTPUT;
- buffer[cursor++] = value;
buffer[cursor++] = val >> 8;
buffer[cursor++] = val;