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: inc/menu.h
- Revision:
- 10:6c3233b03658
- Parent:
- 9:816b9a4e4f21
- Child:
- 11:01dcfb29fbc4
--- a/inc/menu.h Fri Dec 07 00:15:19 2018 +0000 +++ b/inc/menu.h Fri Dec 07 17:39:01 2018 +0000 @@ -29,8 +29,8 @@ extern volatile bool updateReady; -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 en_out_code; extern unsigned int wr_out_code;