Subversion Repositories FlightCtrl

Rev

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

Rev 2631 Rev 2632
Line 3... Line 3...
3
MCU = atmega1284p
3
MCU = atmega1284p
4
#MCU = atmega644p
4
#MCU = atmega644p
5
F_CPU = 20000000
5
F_CPU = 20000000
6
#-------------------------------------------------------------------
6
#-------------------------------------------------------------------
7
VERSION_MAJOR    =   2
7
VERSION_MAJOR    =   2
8
VERSION_MINOR    =  13
8
VERSION_MINOR    =  14
9
VERSION_PATCH    =  7
9
VERSION_PATCH    =  0
10
VERSION_SERIAL_MAJOR = 11  	# Serial Protocol to KopterTool -> do not change!
10
VERSION_SERIAL_MAJOR = 11  	# Serial Protocol to KopterTool -> do not change!
11
VERSION_SERIAL_MINOR = 0  	# Serial Protocol
11
VERSION_SERIAL_MINOR = 0  	# Serial Protocol
12
NC_SPI_COMPATIBLE = 81		# Navi-Kompatibilität
12
NC_SPI_COMPATIBLE = 81		# Navi-Kompatibilität
13
LIB_FC_COMPATIBLE = 8       # Library
13
LIB_FC_COMPATIBLE = 8       # Library
14
#-------------------------------------------------------------------
14
#-------------------------------------------------------------------