mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 21:36:28 +08:00
Added preliminary board configuration file for Lisa/M 2.0.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Hey Emacs, this is a -*- makefile -*-
|
||||
|
||||
include $(PAPARAZZI_SRC)/conf/boards/lisa_m_1.0.makefile
|
||||
|
||||
#
|
||||
# Swap GPS UART with spektrum UART
|
||||
#
|
||||
RADIO_CONTROL_SPEKTRUM_PRIMARY_PORT = UART1
|
||||
GPS_PORT=UART3
|
||||
|
||||
#
|
||||
# Disable aligner led for now.
|
||||
#
|
||||
AHRS_ALIGNER_LED = none
|
||||
Reference in New Issue
Block a user