AP_Compass: AK8963: remove author and connection comment

Authorship and how sensor is connected get outdated (as it already is).
Our code is on git so let it track who wrote each line.
This commit is contained in:
Lucas De Marchi 2015-07-22 18:20:43 -03:00 committed by Andrew Tridgell
parent 8ab33c46ce
commit 6c2ceea165

View File

@ -14,14 +14,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* AP_Compass_AK8963.cpp
* Code by Georgii Staroselskii. Emlid.com
*
* Sensor is connected to SPI port
*
*/
#include <AP_Math.h>
#include <AP_HAL.h>