Subversion Repositories FlightCtrl

Rev

Rev 958 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 958 Rev 971
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
Line 16... Line 16...
16
VERSION_COMPATIBLE = 8  # PC-Kompatibilität
16
VERSION_COMPATIBLE = 8  # PC-Kompatibilität
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