Browse Source

AP_HAL_Empty: fix public declaration for i2cdriver

master
Pat Hickey 12 years ago committed by Andrew Tridgell
parent
commit
76dabef7d6
  1. 1
      libraries/AP_HAL_Empty/I2CDriver.h

1
libraries/AP_HAL_Empty/I2CDriver.h

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

Loading…
Cancel
Save