Skip to content

Commit

Permalink
Revert "attempted fix for 96-channel motor driver error false positive (
Browse files Browse the repository at this point in the history
#772)"

This reverts commit 6599290.
  • Loading branch information
ryanthecoder committed May 10, 2024
1 parent ea6cf52 commit b743bb5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pipettes/firmware/motor_configurations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ auto motor_configs::hardware_config_by_axis(TMC2160PipetteAxis which)
.port = GPIOB,
.pin = GPIO_PIN_9,
.active_setting = GPIO_PIN_RESET},
.diag0 =
{// NOLINTNEXTLINE(cppcoreguidelines-pro-type-cstyle-cast)
.port = GPIOB,
.pin = GPIO_PIN_6,
.active_setting = GPIO_PIN_RESET},
};
case TMC2160PipetteAxis::left_gear_motor:
return motor_hardware::HardwareConfig{
Expand Down Expand Up @@ -242,11 +237,6 @@ auto motor_configs::hardware_config_by_axis(TMC2160PipetteAxis which)
.port = GPIOB,
.pin = GPIO_PIN_9,
.active_setting = GPIO_PIN_RESET},
.diag0 =
{// NOLINTNEXTLINE(cppcoreguidelines-pro-type-cstyle-cast)
.port = GPIOB,
.pin = GPIO_PIN_6,
.active_setting = GPIO_PIN_RESET},
};
case TMC2160PipetteAxis::linear_motor:
default:
Expand Down

0 comments on commit b743bb5

Please sign in to comment.