mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_Empty: fix public declaration for i2cdriver
This commit is contained in:
parent
eda450a166
commit
76dabef7d6
@ -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…
Reference in New Issue
Block a user