1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

remove global usePWM flag

This commit is contained in:
Harald Barth
2022-06-11 20:09:21 +02:00
parent 40dfda47c7
commit 4297ed5572
3 changed files with 1 additions and 9 deletions

View File

@@ -25,7 +25,6 @@
#include "DCCTimer.h"
#include "DIAG.h"
bool MotorDriver::usePWM=false;
bool MotorDriver::commonFaultPin=false;
volatile byte fakePORTA;