Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Aug 12, 2024
1 parent d441d2e commit b2105d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#include "motor-control/core/types.hpp"
#include "motor-control/core/utils.hpp"

constexpr uint32_t DIAG0_DEBOUNCE_REPS = 9;
constexpr uint32_t DIAG0_DEBOUNCE_DELAY = 100;

namespace motion_controller {

using namespace motor_messages;
Expand Down
3 changes: 0 additions & 3 deletions include/motor-control/core/tasks/motion_controller_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#include "motor-control/core/tasks/messages.hpp"
#include "motor-control/core/tasks/tmc_motor_driver_common.hpp"

constexpr uint32_t DIAG0_DEBOUNCE_REPS = 9;
constexpr uint32_t DIAG0_DEBOUNCE_DELAY = 100;

namespace motion_controller_task {

using TaskMessage = motor_control_task_messages::MotionControlTaskMessage;
Expand Down
3 changes: 0 additions & 3 deletions include/pipettes/core/tasks/motion_controller_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
#include "motor-control/core/tasks/usage_storage_task.hpp"
#include "pipettes/core/tasks/messages.hpp"

constexpr uint32_t DIAG0_DEBOUNCE_REPS = 9;
constexpr uint32_t DIAG0_DEBOUNCE_DELAY = 100;

namespace pipettes {

namespace tasks {
Expand Down

0 comments on commit b2105d2

Please sign in to comment.