Skip to content

Commit

Permalink
Merge pull request PX4#38 from aviant-tech/ecl_err_logging
Browse files Browse the repository at this point in the history
ekf2: Redefine ECL_ERR from PX4_DEBUG to PX4_INFO
  • Loading branch information
Torjusba authored Oct 24, 2023
2 parents 45e9442 + 093b273 commit efc8063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ekf2/EKF/estimator_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#if defined(MODULE_NAME)
# define ECL_INFO PX4_DEBUG
# define ECL_WARN PX4_DEBUG
# define ECL_ERR PX4_DEBUG
# define ECL_ERR PX4_INFO
# define ECL_DEBUG PX4_DEBUG
#else
# define ECL_INFO(X, ...) printf(X "\n", ##__VA_ARGS__)
Expand Down

0 comments on commit efc8063

Please sign in to comment.