Subversion Repositories NaviCtrl

Rev

Rev 154 | Rev 189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 181
Line 26... Line 26...
26
//=============================================================================
26
//=============================================================================
27
//</h>
27
//</h>
28
//<h>Vector 1   (lower priority than vector 0)
28
//<h>Vector 1   (lower priority than vector 0)
Line 29... Line 29...
29
 
29
 
30
//<o> VIC1.0: uart0 to GPS/MK3MAG <0-15>
30
//<o> VIC1.0: uart0 to GPS/MK3MAG <0-15>
Line 31... Line 31...
31
#define PRIORITY_UART0  1       // VIC1.0: uart to GPS/MK3MAG
31
#define PRIORITY_UART0  2       // VIC1.0: uart to GPS/MK3MAG
32
 
32
 
Line 33... Line 33...
33
//<o> VIC1.1: uart2 to FC <0-15>
33
//<o> VIC1.1: uart2 to FC <0-15>
34
#define PRIORITY_UART2  2               // VIC1.1: uart to FC
34
#define PRIORITY_UART2  1               // VIC1.1: uart to FC
Line 35... Line 35...
35
 
35