Add 0x540 to gauge cluster filter
This commit is contained in:
parent
0ac2488b53
commit
f0d71c8f3c
1 changed files with 2 additions and 1 deletions
|
@ -73,9 +73,10 @@ error_malloc_cluster:
|
|||
}
|
||||
|
||||
int hexagram_cluster_filter_can_if(hexagram_can_if *can_if) {
|
||||
struct can_filter filters[3] = {
|
||||
struct can_filter filters[4] = {
|
||||
{ .can_id = 0x280, .can_mask = 0x3f0 },
|
||||
{ .can_id = 0x320, .can_mask = 0x320 },
|
||||
{ .can_id = 0x540, .can_mask = 0x540 },
|
||||
{ .can_id = 0x5a0, .can_mask = 0x5a0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue