Skip to content

Commit

Permalink
ulanding: refactor driver to utilize ScheduledWorkQueue class inherit…
Browse files Browse the repository at this point in the history
…ance (#11894)

* Migrate variable initialization from constructor list to declaration uniform initialization, format whitespace, alphabetize/group/order variables and methods in ulanding.cpp.

* Refactor the uLanding driver to utilize the ScheduledWorkQueue.
  • Loading branch information
mcsauder authored and dagar committed Jul 28, 2019
1 parent ff8e70f commit f432f74
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 380 deletions.
1 change: 1 addition & 0 deletions src/drivers/distance_sensor/ulanding/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ px4_add_module(
MODULE drivers__ulanding
MAIN ulanding_radar
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
SRCS
ulanding.cpp
MODULE_CONFIG
Expand Down

0 comments on commit f432f74

Please sign in to comment.