big opendbc bump (#35799)
* bump * bump * bump * bump * bump * update refs * that doesn't work anymore * bump * update refs * bumppull/35802/head
parent
abd657edfa
commit
347cee4b09
8 changed files with 27 additions and 14 deletions
@ -1 +1 @@ |
||||
Subproject commit 7ff7798a291556687f8e5d2c32bda77760b2e960 |
||||
Subproject commit 723b8e432a489886eb7ff7e593c08bcf88529023 |
@ -0,0 +1,15 @@ |
||||
#pragma once |
||||
|
||||
#include <vector> |
||||
#include <cstdint> |
||||
|
||||
struct CanFrame { |
||||
long src; |
||||
uint32_t address; |
||||
std::vector<uint8_t> dat; |
||||
}; |
||||
|
||||
struct CanData { |
||||
uint64_t nanos; |
||||
std::vector<CanFrame> frames; |
||||
}; |
@ -1 +1 @@ |
||||
644db6ff218fe07af362490ac0670ffe4534e083 |
||||
bb4d3d316bc20ca57e2753ac77f055517c31bfc7 |
Loading…
Reference in new issue