mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
MKSerial: use AUX port
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@840 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
c8f818a809
commit
d7390a07a5
@ -35,13 +35,18 @@
|
||||
//
|
||||
// Configuration
|
||||
//
|
||||
#define PORT PIOS_COM_GPS
|
||||
#define DEBUG_PORT PIOS_COM_TELEM_RF
|
||||
#define PORT PIOS_COM_AUX
|
||||
#define DEBUG_PORT PIOS_COM_GPS
|
||||
#define STACK_SIZE 1024
|
||||
#define TASK_PRIORITY (tskIDLE_PRIORITY + 3)
|
||||
#define MAX_NB_PARS 100
|
||||
//#define ENABLE_DEBUG_MSG
|
||||
|
||||
#if PORT == PIOS_COM_AUX
|
||||
#ifndef PIOS_ENABLE_AUX_UART
|
||||
#error "This module cannot be included without the AUX UART enabled"
|
||||
#endif
|
||||
#endif
|
||||
//
|
||||
// Private constants
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user