remove duplicated constructor after merge

This commit is contained in:
Stephen Birarda 2013-05-06 13:20:13 -07:00
parent 6d91e4721e
commit 49042046de

View file

@ -34,11 +34,6 @@ const int GRAVITY_SAMPLES = 200; // Use the first samples to
const bool USING_INVENSENSE_MPU9150 = 1;
SerialInterface::SerialInterface() :
active(false),
_failedOpenAttempts(0) {
}
void SerialInterface::pair() {
#ifdef __APPLE__