mirror of https://github.com/ArduPilot/ardupilot
HAL_Empty: fixed I2CDriver declaration
This commit is contained in:
parent
5f7f6966af
commit
6627e7ea0e
|
@ -1,4 +1,5 @@
|
|||
|
||||
#include <AP_HAL.h>
|
||||
#include "I2CDriver.h"
|
||||
|
||||
using namespace Empty;
|
||||
|
|
Loading…
Reference in New Issue