Add 0x540 to gauge cluster filter

This commit is contained in:
XANTRONIX Development 2024-01-09 22:15:59 -05:00
parent 0ac2488b53
commit f0d71c8f3c

View file

@ -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 }
};