mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:16:45 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
a44cb3fcb6
1 changed files with 2 additions and 0 deletions
|
@ -34,7 +34,9 @@ const int GRAVITY_SAMPLES = 200; // Use the first samples to
|
||||||
const bool USING_INVENSENSE_MPU9150 = 1;
|
const bool USING_INVENSENSE_MPU9150 = 1;
|
||||||
|
|
||||||
SerialInterface::~SerialInterface() {
|
SerialInterface::~SerialInterface() {
|
||||||
|
#ifdef __APPLE__
|
||||||
close(_serialDescriptor);
|
close(_serialDescriptor);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void SerialInterface::pair() {
|
void SerialInterface::pair() {
|
||||||
|
|
Loading…
Reference in a new issue