mirror of https://github.com/ArduPilot/ardupilot
AP_InternalError: move include of BoardConfig to cpp
This breaks an include loop when building for skyviper-v2450
This commit is contained in:
parent
c9447776b2
commit
cee3d8086b
|
@ -1,5 +1,7 @@
|
|||
#include "AP_InternalError.h"
|
||||
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
// actually create the instance:
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
#include <stdint.h>
|
||||
|
||||
class AP_InternalError {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue