Skip to content

Commit 66de574

Browse files
committed
ACTIA
1 parent 29a235b commit 66de574

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

can/interfaces/socketcan/socketcan.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
HAS_NATIVE_SUPPORT = True
4040

4141

42+
### CHANGES FOR ACTIA CAN ###
43+
CAN_RAW = 7 #
44+
CAN_BCM = 8 #
45+
HAS_NATIVE_SUPPORT = False #
46+
#############################
47+
48+
4249
if not HAS_NATIVE_SUPPORT:
4350
def check_status(result, function, arguments):
4451
if result < 0:

0 commit comments

Comments
 (0)