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: freemaster_lib mbed
Diff: main.cpp
- Revision:
- 1:836c4e999046
- Parent:
- 0:5badcae332d8
- Child:
- 2:030b58681ec2
--- a/main.cpp Wed Sep 10 09:16:51 2014 +0000 +++ b/main.cpp Tue Sep 16 09:08:18 2014 +0000 @@ -7,7 +7,7 @@ /* Test variables, will be displayed in the FreeMASTER application */ volatile unsigned char var8; volatile unsigned short var16; -volatile unsigned short var16inc = 1; +volatile unsigned short var16inc = 100; volatile unsigned long var32; volatile unsigned long var32inc = 100; volatile unsigned char nAppCmdCounter;