AP_Math: correct copyright, add pragma-once

This commit is contained in:
Pierre Kancir 2018-09-11 11:48:30 +02:00 committed by Peter Barker
parent 97ce39bf0c
commit 9e927d1376
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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