mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
Incorrect URLS for dronecan/cyphaal in params
This commit is contained in:
@@ -46,7 +46,7 @@ PARAM_DEFINE_INT32(CYPHAL_ENABLE, 1);
|
||||
/**
|
||||
* Cyphal Node ID.
|
||||
*
|
||||
* Read the specs at http://uavcan.org to learn more about Node ID.
|
||||
* Read the specs at https://opencyphal.org/ to learn more about Node ID.
|
||||
*
|
||||
* @min -1
|
||||
* @max 125
|
||||
|
||||
@@ -57,7 +57,7 @@ PARAM_DEFINE_INT32(UAVCAN_ENABLE, 0);
|
||||
/**
|
||||
* UAVCAN Node ID.
|
||||
*
|
||||
* Read the specs at http://uavcan.org to learn more about Node ID.
|
||||
* Read the specs at https://dronecan.github.io/ to learn more about Node ID.
|
||||
*
|
||||
* @min 1
|
||||
* @max 125
|
||||
|
||||
Reference in New Issue
Block a user