We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e19b3a commit 905ae69Copy full SHA for 905ae69
Firmware/FFBoard/Src/voltagesense.cpp
@@ -85,7 +85,7 @@ void brakeCheck(){
85
brake_failure = true;
86
HAL_GPIO_WritePin(DRV_BRAKE_GPIO_Port,DRV_BRAKE_Pin, GPIO_PIN_RESET);
87
// can not create error here in ISR
88
- ErrorHandler::addError(resError);
+ //ErrorHandler::addError(resError);
89
}else{
90
HAL_GPIO_WritePin(DRV_BRAKE_GPIO_Port,DRV_BRAKE_Pin, braking_flag ? GPIO_PIN_SET:GPIO_PIN_RESET);
91
}
0 commit comments