Tidy up and add more test stubs

This commit is contained in:
Jonny 2025-09-02 08:58:21 +01:00
parent b205b63af3
commit 7f8f48756d
3 changed files with 10 additions and 15 deletions

View file

@ -18,3 +18,5 @@ char const* getCANInterfaceName(CAN_Interface) {
}
void register_transmitter(Transmitter* transmitter) {}
void dump_can_frame(CAN_frame& frame, frameDirection msgDir) {}