AP_HAL_VRBRAIN: Remove unused extern declaration for HALs

This commit is contained in:
Caio Marcelo de Oliveira Filho 2015-11-20 16:32:56 +09:00 committed by Randy Mackay
parent bb165d8a4c
commit 01665282f7

View File

@ -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__