initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import can
|
||||
|
||||
msg = can.Message(arbitration_id=0xc0ffee,
|
||||
data=[0, 25, 0, 1, 3, 1, 4, 1],
|
||||
is_extended_id=True)
|
||||
assert(msg is not None)
|
||||
Reference in New Issue
Block a user