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.
Diff: SOMO.cpp
- Revision:
- 3:98ceb6357a56
- Parent:
- 2:b95724a49517
- Child:
- 4:9fea24a02671
--- a/SOMO.cpp Tue Feb 25 12:52:32 2020 +0000 +++ b/SOMO.cpp Tue Feb 25 12:59:13 2020 +0000 @@ -209,7 +209,8 @@ } else { - data_can = 0xFFFFFFFF & ((data_can << 8) + 0x00); + //data_can = 0xFFFFFFFF/* & ((data_can << 8) + 0x00)*/; + data_can = 0x00000000/* & ((data_can << 8) + 0x00)*/; } if(can.rderror() || can.tderror()) {