Changed access modified indentation
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Pinetime {
|
||||
namespace Drivers {
|
||||
class TwiMaster;
|
||||
class Bma421 {
|
||||
public:
|
||||
public:
|
||||
struct Values {
|
||||
uint32_t steps;
|
||||
int16_t x;
|
||||
@@ -30,7 +30,7 @@ namespace Pinetime {
|
||||
|
||||
bool IsOk() const;
|
||||
|
||||
private:
|
||||
private:
|
||||
void Reset();
|
||||
|
||||
TwiMaster& twiMaster;
|
||||
|
||||
Reference in New Issue
Block a user