mirror of https://github.com/ArduPilot/ardupilot
Sub: Change default build frame type
This commit is contained in:
parent
59926f99b9
commit
fb64195cc7
|
@ -5,7 +5,7 @@
|
|||
// If you used to define your CONFIG_APM_HARDWARE setting here, it is no longer
|
||||
// valid! You should switch to using a HAL_BOARD flag in your local config.mk.
|
||||
|
||||
#define FRAME_CONFIG VECTORED_FRAME
|
||||
//#define FRAME_CONFIG VECTORED_FRAME
|
||||
/* options:
|
||||
* QUAD_FRAME
|
||||
* TRI_FRAME
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
// FRAME_CONFIG
|
||||
//
|
||||
#ifndef FRAME_CONFIG
|
||||
# define FRAME_CONFIG QUAD_FRAME
|
||||
# define FRAME_CONFIG BLUEROV_FRAME
|
||||
#endif
|
||||
|
||||
#if FRAME_CONFIG == QUAD_FRAME
|
||||
|
|
Loading…
Reference in New Issue