ソースを参照

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

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
GhostlyCrowd 4年前
コミット
c8f7aceb20
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      Marlin/src/HAL/STM32/fastio.h

+ 1
- 0
Marlin/src/HAL/STM32/fastio.h ファイルの表示

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

読み込み中…
キャンセル
保存