mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL_Linux: Remove unused extern declaration for HALs
This commit is contained in:
parent
d9a3876851
commit
6773e18bc4
@ -1,6 +1,4 @@
|
||||
|
||||
#ifndef __AP_HAL_LINUX_CLASS_H__
|
||||
#define __AP_HAL_LINUX_CLASS_H__
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
@ -11,8 +9,3 @@ public:
|
||||
HAL_Linux();
|
||||
void run(int argc, char* const* argv, Callbacks* callbacks) const override;
|
||||
};
|
||||
|
||||
extern const HAL_Linux AP_HAL_Linux;
|
||||
|
||||
#endif // __AP_HAL_LINUX_CLASS_H__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user