Skip to content

Commit

Permalink
lsm303d split out header and main
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jul 29, 2019
1 parent 87200d7 commit 7553112
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 448 deletions.
4 changes: 3 additions & 1 deletion src/drivers/imu/lsm303d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ px4_add_module(
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
SRCS
lsm303d.cpp
lsm303d_main.cpp
LSM303D.cpp
DEPENDS
drivers_accelerometer
drivers_magnetometer
px4_work_queue
)
Loading

0 comments on commit 7553112

Please sign in to comment.