removed feature-defines for CAN and Websockets

This commit is contained in:
2023-12-25 00:44:24 +01:00
parent e8a93a600e
commit 3d7e798310
10 changed files with 27 additions and 67 deletions

View File

@@ -1,4 +1,3 @@
#ifdef FEATURE_ENABLE_CAN
#include "can.h"
MCP_CAN CAN0(GPIO_CS_CAN);
@@ -148,5 +147,4 @@ void sendCANDebugMessage()
DebugSendFailTimeout++;
}
}
#endif
#endif