Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
format
  • Loading branch information
Ralim committed Nov 15, 2023
1 parent 726cc42 commit 3f797d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/Core/Drivers/BMA223.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <BMA223.hpp>
#include <array>


bool BMA223::detect() {
if (ACCEL_I2C_CLASS::probe(BMA223_ADDRESS)) {
// Read chip id to ensure its not an address collision
Expand Down
1 change: 0 additions & 1 deletion source/Core/Drivers/MMA8652FC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "cmsis_os.h"
#include <array>


static const ACCEL_I2C_CLASS::I2C_REG i2c_registers[] = {
{CTRL_REG2, 0, 0}, // Normal mode
{CTRL_REG2, 0x40, 2}, // Reset all registers to POR values
Expand Down

0 comments on commit 3f797d3

Please sign in to comment.