mirror of https://github.com/ArduPilot/ardupilot
Small comment change.
This commit is contained in:
parent
54be8402a2
commit
c561d6bb9e
|
@ -51,10 +51,10 @@
|
|||
#ifdef __AVR_ATmega1280__
|
||||
#error ATmega1280 is not supported
|
||||
#endif
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// APM2 HARDWARE DEFAULTS
|
||||
//
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// FLIGHT CONTROLLER HARDWARE DEFAULT SETTINGS
|
||||
//
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_APM2
|
||||
# define CONFIG_IMU_TYPE CONFIG_IMU_MPU6000
|
||||
# define CONFIG_SONAR_SOURCE SONAR_SOURCE_ANALOG_PIN
|
||||
|
|
Loading…
Reference in New Issue