AP_Logger: const extern hal reference

This commit is contained in:
murata 2019-10-11 23:57:17 +09:00 committed by Randy Mackay
parent 264a90bb45
commit f83f6c71e4

View File

@ -8,7 +8,7 @@
#include <stdio.h>
#include <GCS_MAVLink/GCS.h>
extern AP_HAL::HAL& hal;
const extern AP_HAL::HAL& hal;
// the last page holds the log format in first 4 bytes. Please change
// this if (and only if!) the low level format changes