Browse Source

STM32: No compile-time check for PWM_PIN (#18539)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
vanilla_fb_2.0.x
GhostlyCrowd 4 years ago
committed by GitHub
parent
commit
c8f7aceb20
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Marlin/src/HAL/STM32/fastio.h

1
Marlin/src/HAL/STM32/fastio.h

@ -81,6 +81,7 @@ void FastIO_init(); // Must be called before using fast io macros
#define IS_OUTPUT(IO)
#define PWM_PIN(P) digitalPinHasPWM(P)
#define NO_COMPILE_TIME_PWM
// digitalRead/Write wrappers
#define extDigitalRead(IO) digitalRead(IO)

Loading…
Cancel
Save