AP_HAL_Linux: Fix compiler warning unused hal

This commit is contained in:
mirkix 2016-04-24 10:33:47 +02:00 committed by Lucas De Marchi
parent b381045d5e
commit 6e546ba181
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
using namespace Linux;
static const AP_HAL::HAL& hal = AP_HAL::get_HAL();
GPIO_BBB::GPIO_BBB()
{}