UAVCAN_ENABLE defaults to 0

This commit is contained in:
Pavel Kirienko 2015-08-21 22:56:49 +03:00 committed by Lorenz Meier
parent 08fde4f505
commit f371ece43b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
* @max 2 * @max 2
* @group UAVCAN * @group UAVCAN
*/ */
PARAM_DEFINE_INT32(UAVCAN_ENABLE, 1); PARAM_DEFINE_INT32(UAVCAN_ENABLE, 0);
/** /**
* UAVCAN Node ID. * UAVCAN Node ID.