We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cf902 commit 63bffceCopy full SHA for 63bffce
1 file changed
firmware/hw_layer/drivers/can/can_hw.cpp
@@ -108,6 +108,7 @@ static CANDriver* getCanDevice(size_t index)
108
109
return nullptr;
110
}
111
+#endif // EFI_PROD_CODE
112
113
static can_baudrate_e getDefaultCanBaudRate(size_t index) {
114
switch (index) {
@@ -138,7 +139,6 @@ static bool getCanListenOnly(size_t index) {
138
139
140
return engineConfiguration->can1ListenMode;
141
-#endif
142
143
int txErrorCount[EFI_CAN_BUS_COUNT] = {};
144
0 commit comments