Subversion Repositories FlightCtrl

Rev

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

Rev 943 Rev 945
Line 1... Line 1...
1
#--------------------------------------------------------------------
1
#--------------------------------------------------------------------
2
# MCU name
2
# MCU name
3
#MCU = atmega644
3
MCU = atmega644
4
MCU = atmega644p
4
#MCU = atmega644p
5
F_CPU = 20000000
5
F_CPU = 20000000
6
#
6
#
7
#-------------------------------------------------------------------
7
#-------------------------------------------------------------------
8
# comment out for Quadro, uncomment for Hexakopter
8
# comment out for Quadro, uncomment for Hexakopter
9
# HEXAKOPTER		= _HEXA
9
HEXAKOPTER		= _HEXA
10
#-------------------------------------------------------------------
10
#-------------------------------------------------------------------
Line 11... Line 11...
11
 
11
 
12
VERSION_MAJOR    =   0
12
VERSION_MAJOR    =   0
13
VERSION_MINOR    =  70
13
VERSION_MINOR    =  70
Line 17... Line 17...
17
#-------------------------------------------------------------------
17
#-------------------------------------------------------------------
18
#OPTIONS
18
#OPTIONS
19
# Use one of the extensions for a gps solution
19
# Use one of the extensions for a gps solution
20
#EXT = KILLAGREG
20
#EXT = KILLAGREG
21
#EXT = NAVICTRL
21
#EXT = NAVICTRL
22
EXT = MK3MAG
22
#EXT = MK3MAG
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
#-------------------------------------------------------------------
24
#-------------------------------------------------------------------
25
 
25