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.
Dependencies: mbed
Diff: src/command.cpp
- Revision:
- 10:6c3233b03658
- Parent:
- 9:816b9a4e4f21
- Child:
- 11:01dcfb29fbc4
--- a/src/command.cpp Fri Dec 07 00:15:19 2018 +0000 +++ b/src/command.cpp Fri Dec 07 17:39:01 2018 +0000 @@ -42,8 +42,8 @@ extern unsigned int boardsActive; extern unsigned int boardMults; -extern unsigned int binCode[6]; -extern unsigned int thermCode[17]; +extern unsigned int binCode[WEIGHT_BIN_WIDTH+1]; +extern unsigned int thermCode[BOARDS_THERMCODE_WIDTH+1]; extern unsigned int commandData; extern unsigned short my12;