changed PreProcessor-Stuff for Feature-Handling

This commit is contained in:
2022-05-04 23:06:15 +02:00
parent 2b5039b8ab
commit 1c0ab060ff
9 changed files with 76 additions and 52 deletions

View File

@@ -1,3 +1,4 @@
#ifdef FEATURE_ENABLE_CAN
#include "can.h"
MCP_CAN CAN0(GPIO_CS_CAN);
@@ -42,3 +43,4 @@ uint32_t Process_CAN_WheelSpeed()
return 0;
}
#endif