mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-31 04:58:30 -04:00
AP_Math: correct copyright, add pragma-once
This commit is contained in:
parent
97ce39bf0c
commit
9e927d1376
@ -15,6 +15,7 @@
|
||||
/*
|
||||
interfaces to ArduPilot collection of CRCs.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
uint8_t crc_crc8(const uint8_t *p, uint8_t len);
|
||||
uint16_t crc_xmodem_update(uint16_t crc, uint8_t data);
|
||||
|
@ -24,7 +24,7 @@
|
||||
* 18-12-2003
|
||||
* 06-06-2004
|
||||
*
|
||||
* © 2003, This code is provided "as is" and you can use it freely as long as
|
||||
* Copyright 2003, This code is provided "as is" and you can use it freely as long as
|
||||
* credit is given to Bill Perone in the application it is used in
|
||||
****************************************/
|
||||
#pragma once
|
||||
|
Loading…
Reference in New Issue
Block a user