Skip to content

Commit 7aad6ed

Browse files
authored
Merge pull request #4 from cparata/master
Fix warning issues
2 parents 6725739 + d32d9be commit 7aad6ed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/LPS25HBSensor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
#include "Arduino.h"
4242
#include "Wire.h"
4343
#include "LPS25HBSensor.h"
44-
#include "LPS25HB_Driver.h"
4544

4645

4746
/* Class Implementation ------------------------------------------------------*/

src/LPS25HBSensor.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ class LPS25HBSensor
124124
}
125125

126126
private:
127-
/* Configuration */
128-
uint8_t address;
129-
130127
/* Helper classes. */
131128
TwoWire *dev_i2c;
129+
130+
/* Configuration */
131+
uint8_t address;
132132
};
133133

134134
#ifdef __cplusplus

0 commit comments

Comments
 (0)