Subversion Repositories FlightCtrl

Rev

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

Rev 1312 Rev 1320
Line 3... Line 3...
3
MCU = atmega644p
3
MCU = atmega644p
4
F_CPU = 20000000
4
F_CPU = 20000000
5
#-------------------------------------------------------------------
5
#-------------------------------------------------------------------
6
VERSION_MAJOR    =   0
6
VERSION_MAJOR    =   0
7
VERSION_MINOR    =  75
7
VERSION_MINOR    =  75
8
VERSION_PATCH    =   11
8
VERSION_PATCH    =   12
Line 9... Line 9...
9
 
9
 
10
VERSION_SERIAL_MAJOR = 10  	# Serial Protocol
10
VERSION_SERIAL_MAJOR = 10  	# Serial Protocol
11
VERSION_SERIAL_MINOR = 1  	# Serial Protocol
11
VERSION_SERIAL_MINOR = 1  	# Serial Protocol
12
NC_SPI_COMPATIBLE = 10     	# Navi-Kompatibilität
12
NC_SPI_COMPATIBLE = 10     	# Navi-Kompatibilität
Line 102... Line 102...
102
 
102
 
103
##########################################################################################################
103
##########################################################################################################
104
# List C source files here. (C dependencies are automatically generated.)
104
# List C source files here. (C dependencies are automatically generated.)
105
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
105
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
-
 
106
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spectrum.c
Line 106... Line 107...
106
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spectrum.c
107
SRC += mymath.c
Line 107... Line 108...
107
 
108