aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-17 15:50:01 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-17 15:50:01 +0100
commit0a1e94d504b38d30c2d7428300c5728798db094d (patch)
tree069ef78c08b25b54ef5a2b1ffc07f42b4e0539b5 /CMakeLists.txt
parent7ad3b0335336d65736f707486b2b714d0fa91c2a (diff)
downloadpx4-firmware-0a1e94d504b38d30c2d7428300c5728798db094d.tar.gz
px4-firmware-0a1e94d504b38d30c2d7428300c5728798db094d.tar.bz2
px4-firmware-0a1e94d504b38d30c2d7428300c5728798db094d.zip
circuit breaker: move to cpp, all platforms use the same file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 19a14f62a..3184bb2ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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