Permit Stall Sensitivity of 0 (#17722)

This commit is contained in:
Neil van Geffen
2020-04-28 01:27:14 +12:00
committed by GitHub
parent 37176ed2b9
commit c56b66543d
9 changed files with 42 additions and 42 deletions

View File

@ -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)

View File

@ -41,7 +41,7 @@ extern "C" {
/*----------------------------------------------------------------------------
* Pins
*----------------------------------------------------------------------------*/
#if defined(ARDUINO_STEVAL)
#ifdef ARDUINO_STEVAL
/*----------------------------------------------------------------------------