This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
wideband
mirror of
https://github.com/rusefi/wideband.git
Watch
1
Star
0
Fork
You've already forked wideband
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4bdd8f5c44
wideband
/
firmware
/
boards
/
port_shared.h
10 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
stub enough for tests to build?
2023-08-09 13:24:21 -07:00
#
pragma once
#
if WB_PROD
extracting hardware-specifc CAN from BL (#32) * extracting hardware-specifc CAN from BL reusing CAN settings between FW and BL moving CRC into better location * spelling M0 stuff as M0 stuff Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2021-12-27 20:39:02 -08:00
#
include
"hal.h"
GetCanConfig
2023-03-15 18:07:31 -07:00
const
CANConfig
&
GetCanConfig
(
)
;
stub enough for tests to build?
2023-08-09 13:24:21 -07:00
#
endif
// WB_PROD