stm32/stm32_foc: remove the debug message before the calibration start
For unknown reasons this message may interferre with the calibration procedure and result in invalid calibariton data. We leave only a message informing about the end of the the calibration. The problem was observed for STM32G4 + IHM16M1.
This commit is contained in:
parent
13f62d15cc
commit
82ce1de7cd
@ -1740,8 +1740,6 @@ static int stm32_foc_calibration_start(FAR struct foc_dev_s *dev)
|
||||
DEBUGASSERT(pwm);
|
||||
DEBUGASSERT(adc);
|
||||
|
||||
mtrinfo("Start ADC offset calibration\n");
|
||||
|
||||
/* Call board-specific */
|
||||
|
||||
board->ops->calibration(dev, true);
|
||||
|
Loading…
Reference in New Issue
Block a user