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.
Dependents: optWingforHAPS_Eigen hexaTest_Eigen
Diff: UsaPack.hpp
- Revision:
- 6:43078601fc5c
- Parent:
- 4:844eff5a2fa8
- Child:
- 7:bc00f60af715
--- a/UsaPack.hpp Sun May 23 23:12:43 2021 +0000 +++ b/UsaPack.hpp Mon May 24 04:31:24 2021 +0000 @@ -63,7 +63,7 @@ { checksum += package.byte_data[i]; } - package._checksum = checksum; + package.address_package._checksum = checksum; CobsEncode(package.byte_data, (int)sizeof(_package), send_cobs_data); for (int i = 0; i < sizeof(_package)+2; i++)