mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
AP_HAL_VRBRAIN: Remove unused extern declaration for HALs
This commit is contained in:
parent
bb165d8a4c
commit
01665282f7
@ -1,6 +1,4 @@
|
||||
|
||||
#ifndef __AP_HAL_VRBRAIN_CLASS_H__
|
||||
#define __AP_HAL_VRBRAIN_CLASS_H__
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
@ -17,7 +15,4 @@ public:
|
||||
void run(int argc, char* const argv[], Callbacks* callbacks) const override;
|
||||
};
|
||||
|
||||
extern const HAL_VRBRAIN AP_HAL_VRBRAIN;
|
||||
|
||||
#endif // CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
||||
#endif // __AP_HAL_VRBRAIN_CLASS_H__
|
||||
|
Loading…
Reference in New Issue
Block a user