mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 23:05:00 -06:00
Permit Stall Sensitivity of 0 (#17722)
This commit is contained in:
parent
37176ed2b9
commit
c56b66543d
9 changed files with 42 additions and 42 deletions
|
@ -34,7 +34,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(ARDUINO_STEVAL)
|
||||
#ifdef ARDUINO_STEVAL
|
||||
// Pin number
|
||||
// This array allows to wrap Arduino pin number(Dx or x)
|
||||
// to STM32 PinName (PX_n)
|
||||
|
|
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
/*----------------------------------------------------------------------------
|
||||
* Pins
|
||||
*----------------------------------------------------------------------------*/
|
||||
#if defined(ARDUINO_STEVAL)
|
||||
#ifdef ARDUINO_STEVAL
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue