mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Merge "ADXL345_I2C: Make constructor explicit."
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
};
|
||||
|
||||
public:
|
||||
ADXL345_I2C(Port port, Range range = kRange_2G);
|
||||
explicit ADXL345_I2C(Port port, Range range = kRange_2G);
|
||||
virtual ~ADXL345_I2C();
|
||||
|
||||
// Accelerometer interface
|
||||
|
||||
Reference in New Issue
Block a user