File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3030#define PROVISION_CHUNK_ADDRESS 0x1FFF79E0U
3131#define DEVICE_SERIAL_NUMBER_ADDRESS 0x1FFF79C0U
3232
33- #include "can .h"
33+ #include "can_panda .h"
3434#include "comms_definitions.h"
3535
3636#ifndef BOOTSTUB
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ separate IRQs for RX and TX.
4343#define PROVISION_CHUNK_ADDRESS 0x080FFFE0U
4444#define DEVICE_SERIAL_NUMBER_ADDRESS 0x080FFFC0U
4545
46- #include "can .h"
46+ #include "can_panda .h"
4747#include "comms_definitions.h"
4848
4949#ifndef BOOTSTUB
Original file line number Diff line number Diff line change 11#include "fake_stm_panda.h"
22#include "config.h"
3- #include "can .h"
3+ #include "can_panda .h"
44
55bool can_init (uint8_t can_number ) { return true; }
66void process_can (uint8_t can_number ) { }
You can’t perform that action at this time.
0 commit comments