This breaks an include loop when building for skyviper-v2450
@ -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 <stdint.h>
class AP_InternalError {
public: