nrhw: support dual can passive shield

BugzId: 60568
This commit is contained in:
Rene Straub 2019-12-12 10:58:43 +01:00
parent ab1d96f6ae
commit 69f38d0f16
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#define SHIELD_COM_IO 0
#define SHIELD_DUALCAN 1
#define SHIELD_CAN_GNSS 2
#define SHIELD_DUALCAN_PASSIVE 3
struct shield_t{

View File

@ -10,6 +10,7 @@
#define SHIELD_COM_IO 0
#define SHIELD_DUALCAN 1
#define SHIELD_CAN_GNSS 2
#define SHIELD_DUALCAN_PASSIVE 3
struct shield_t{

View File

@ -10,6 +10,7 @@
#define SHIELD_COM_IO 0
#define SHIELD_DUALCAN 1
#define SHIELD_CAN_GNSS 2
#define SHIELD_DUALCAN_PASSIVE 3
struct shield_t{