AP_InternalError: move include of BoardConfig to cpp

This breaks an include loop when building for skyviper-v2450
This commit is contained in:
Peter Barker 2019-07-04 10:06:02 +10:00 committed by Peter Barker
parent c9447776b2
commit cee3d8086b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#include "AP_InternalError.h"
#include <AP_BoardConfig/AP_BoardConfig.h>
extern const AP_HAL::HAL &hal;
// actually create the instance:

View File

@ -22,7 +22,7 @@
#pragma once
#include <AP_BoardConfig/AP_BoardConfig.h>
#include <stdint.h>
class AP_InternalError {
public: