Subversion Repositories FlightCtrl

Rev

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

Rev 1078 Rev 1080
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
VERSION_MAJOR    =  0
7
VERSION_MAJOR    =  0
8
VERSION_MINOR    =  71
8
VERSION_MINOR    =  71
9
VERSION_PATCH    =  7
9
VERSION_PATCH    =  7
Line 13... Line 13...
13
NC_SPI_COMPATIBLE = 3 	# SPI Protocol Version
13
NC_SPI_COMPATIBLE = 3 	# SPI Protocol Version
Line 14... Line 14...
14
 
14
 
15
#-------------------------------------------------------------------
15
#-------------------------------------------------------------------
16
#OPTIONS
16
#OPTIONS
17
# Use one of the extensions for a gps solution
17
# Use one of the extensions for a gps solution
18
#EXT = KILLAGREG
18
EXT = KILLAGREG
19
EXT = NAVICTRL
19
#EXT = NAVICTRL
20
#EXT = MK3MAG
20
#EXT = MK3MAG
21
#-------------------------------------------------------------------
21
#-------------------------------------------------------------------
22
# get SVN revision
22
# get SVN revision