Subversion Repositories FlightCtrl

Rev

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

Rev 918 Rev 921
Line 3... Line 3...
3
MCU = atmega644
3
MCU = atmega644
4
F_CPU = 20000000
4
F_CPU = 20000000
5
#-------------------------------------------------------------------
5
#-------------------------------------------------------------------
6
HAUPT_VERSION    =   0
6
HAUPT_VERSION    =   0
7
NEBEN_VERSION    =  70
7
NEBEN_VERSION    =  70
8
VERSION_INDEX    =   0
8
VERSION_INDEX    =   1
Line 9... Line 9...
9
 
9
 
10
VERSION_KOMPATIBEL = 7  # PC-Kompatibilität
10
VERSION_KOMPATIBEL = 8  # PC-Kompatibilität
Line 11... Line 11...
11
#-------------------------------------------------------------------
11
#-------------------------------------------------------------------
12
 
12
 
Line 82... Line 82...
82
OPT = s
82
OPT = s
Line 83... Line 83...
83
 
83
 
84
##########################################################################################################
84
##########################################################################################################
85
# List C source files here. (C dependencies are automatically generated.)
85
# List C source files here. (C dependencies are automatically generated.)
86
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
86
SRC = main.c uart.c  printf_P.c timer0.c  analog.c menu.c 
Line 87... Line 87...
87
SRC += twimaster.c rc.c fc.c GPS.c spi.c
87
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c
Line 88... Line 88...
88
 
88