AP_HAL_Empty: fix public declaration for i2cdriver

This commit is contained in:
Pat Hickey 2012-12-17 15:22:05 -08:00 committed by Andrew Tridgell
parent eda450a166
commit 76dabef7d6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>
class Empty::EmptyI2CDriver : public AP_HAL::I2CDriver { class Empty::EmptyI2CDriver : public AP_HAL::I2CDriver {
public:
void begin(); void begin();
void end(); void end();
void setTimeout(uint16_t ms); void setTimeout(uint16_t ms);