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
Fork of 2-ComfileHMI_Modbus by
Diff: main.cpp
- Revision:
- 3:f234e151b888
- Parent:
- 2:f0fc57045b3d
- Child:
- 4:217cca9f2592
--- a/main.cpp Fri Sep 09 04:07:37 2016 +0000 +++ b/main.cpp Fri Sep 09 04:35:36 2016 +0000 @@ -10,10 +10,10 @@ while (1) { wait_ms(300); - MDregister[0]++; - MDregister[1]++; - MDregister[2]++; - MDregister[3]++; + MDregister[0]; + MDregister[1]; + MDregister[2]; + MDregister[3]; } }