Updates to STM32F7 HAL, for completeness (#11770)

This commit is contained in:
Sam Lane
2018-09-09 09:26:15 +01:00
committed by Scott Lahteine
parent 72af8e0f02
commit d783400330
6 changed files with 15 additions and 14 deletions

View File

@@ -33,7 +33,7 @@
#include <SPI.h>
#include "TMC2660.h"
#include "../../HAL/HAL_STM32F7/HAL_STM32F7.h"
#include "../../HAL/HAL_STM32F7/HAL.h"
#include "../../core/serial.h"
#include "../../inc/MarlinConfig.h"
#include "../../Marlin.h"
@@ -448,7 +448,7 @@ void TMC26XStepper::setMicrosteps(int number_of_steps) {
/**
* returns the effective number of microsteps at the moment
*/
int TMC26XStepper::getMicrosteps(void) { return microsteps }
int TMC26XStepper::getMicrosteps(void) { return microsteps; }
/**
* constant_off_time: The off time setting controls the minimum chopper frequency.