circuit breaker: move to cpp, all platforms use the same file

This commit is contained in:
Thomas Gubler
2014-12-17 15:50:01 +01:00
parent 7ad3b03353
commit 0a1e94d504
5 changed files with 7 additions and 36 deletions

View File

@@ -122,7 +122,7 @@ add_library(px4
src/platforms/ros/perf_counter.cpp
src/platforms/ros/geo.cpp
src/lib/mathlib/math/Limits.cpp
src/platforms/ros/circuit_breaker.cpp
src/modules/systemlib/circuit_breaker.cpp
)
target_link_libraries(px4