Skip to content
Snippets Groups Projects
Commit 62200e2a authored by jwilson's avatar jwilson Committed by Lorenz Meier
Browse files

WIP: Temporary fix for a problem which prevents arming on the Snapdragon Flight board.

parent 0c926106
No related branches found
No related tags found
No related merge requests found
......@@ -137,3 +137,11 @@ PARAM_DEFINE_INT32(UART_ESC_MOTOR3, 1);
* @group Snapdragon UART ESC
*/
PARAM_DEFINE_INT32(UART_ESC_MOTOR4, 3);
/**
* TODO-JYW: Temporary change until the reason can be determined why this
* same parameters is not read from src/platforms/px4_layer/params.c
*
* @group Snapdragon UART ESC
*/
PARAM_DEFINE_INT32(MAV_TYPE, 2);
......@@ -39,5 +39,6 @@
/**
* @board QuRT_App
*/
PARAM_DEFINE_INT32(MAV_TYPE, 2);
// TODO-JYW: Temporarily removed to remove duplicate definition.
// PARAM_DEFINE_INT32(MAV_TYPE, 2);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment