forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update RangeFinder JRE Serial driver (RangeFinderType from 38 to 41)
- Loading branch information
1 parent
1a6a0bb
commit 0fb5943
Showing
14 changed files
with
201,300 additions
and
201,181 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
201,087 changes: 100,555 additions & 100,532 deletions
201,087
build/CubeOrange/bin/arducopter_with_bl.hex
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ uint8_t crc_sum8(const uint8_t *p, uint8_t len); | |
// Copyright (C) 2010 Swift Navigation Inc. | ||
// Contact: Fergus Noble <[email protected]> | ||
uint16_t crc16_ccitt(const uint8_t *buf, uint32_t len, uint16_t crc); | ||
uint16_t crc16_ccitt_r(const uint8_t *buf, uint32_t len, uint16_t crc, uint16_t out); | ||
|
||
// CRC16_CCITT algorithm using the GDL90 parser method which is non-standard | ||
// https://www.faa.gov/nextgen/programs/adsb/archival/media/gdl90_public_icd_reva.pdf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.