17 changed files with 35 additions and 28 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
include ../f103-periph/hwdef-bl.dat |
||||
|
||||
# start with a fixed node ID so the board is usable without DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 117 |
||||
# use DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 0 |
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_gps" |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
include ../f103-periph/hwdef-bl.dat |
||||
|
||||
# start with a fixed node ID so the board is usable without DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 113 |
||||
# use DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 0 |
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_trigger" |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
include ../f303-periph/hwdef-bl.dat |
||||
|
||||
# start with a fixed node ID so the board is usable without DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 117 |
||||
# use DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 0 |
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_gps" |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
include ../f303-periph/hwdef-bl.dat |
||||
|
||||
# start with a fixed node ID so the board is usable without DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 112 |
||||
# use DNA |
||||
define HAL_CAN_DEFAULT_NODE_ID 0 |
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_universal" |
||||
|
Loading…
Reference in new issue