AP_Compass: const extern hal reference

This commit is contained in:
murata 2019-10-11 23:57:44 +09:00 committed by Randy Mackay
parent f83f6c71e4
commit 7ec0cb47a5

View File

@ -7,7 +7,7 @@
#include "AP_Compass.h" #include "AP_Compass.h"
extern AP_HAL::HAL& hal; const extern AP_HAL::HAL& hal;
#if COMPASS_CAL_ENABLED #if COMPASS_CAL_ENABLED