Comments and formatting
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
namespace livoxProto1 {
|
||||
namespace comms {
|
||||
|
||||
// Livox SDK CRC constants
|
||||
/** EXPLANATION:
|
||||
* Undocumented Livox SDK CRC seed constants. These were found in the Livox SDK
|
||||
* source code.
|
||||
*/
|
||||
constexpr uint16_t LIVOX_CRC16_SEED = 0x4c49;
|
||||
constexpr uint32_t LIVOX_CRC32_SEED = 0x564f580a;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user