Browse Source

Removed bad integration changes

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
sbg
Mark Charlebois 9 years ago committed by Julian Oes
parent
commit
2a1ec7aad8
  1. 1
      cmake/configs/nuttx_px4fmu-v2_default.cmake
  2. 2
      src/modules/systemlib/circuit_breaker_params.c

1
cmake/configs/nuttx_px4fmu-v2_default.cmake

@ -83,7 +83,6 @@ set(config_module_list @@ -83,7 +83,6 @@ set(config_module_list
modules/attitude_estimator_q
modules/ekf_att_pos_estimator
modules/position_estimator_inav
modules/ekf2
#
# Vehicle Control

2
src/modules/systemlib/circuit_breaker_params.c

@ -42,8 +42,6 @@ @@ -42,8 +42,6 @@
* parameter needs to set to the key (magic).
*/
#ifdef __PX4_QURT
/**
* Circuit breaker for power supply check
*

Loading…
Cancel
Save