Subversion Repositories FlightCtrl

Rev

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

Rev 676 Rev 698
Line 1... Line 1...
1
#--------------------------------------------------------------------
1
#--------------------------------------------------------------------
2
# MCU name
2
# MCU name
3
MCU = atmega644
3
MCU = atmega644
4
F_CPU = 20000000
4
F_CPU = 20000000
5
#-------------------------------------------------------------------
5
#-------------------------------------------------------------------
6
HAUPT_VERSION    =   1
6
HAUPT_VERSION    =   0
7
NEBEN_VERSION    =   0
7
NEBEN_VERSION    =   7
8
VERSION_INDEX    =   0
8
VERSION_INDEX    =   1
Line 9... Line 9...
9
 
9
 
10
VERSION_KOMPATIBEL = 7  # PC-Kompatibilität
10
VERSION_KOMPATIBEL = 7  # PC-Kompatibilität
Line 11... Line 11...
11
#-------------------------------------------------------------------
11
#-------------------------------------------------------------------