Subversion Repositories FlightCtrl

Rev

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

Rev 2109 Rev 2133
Line 1... Line 1...
1
#--------------------------------------------------------------------
1
#--------------------------------------------------------------------
2
# MCU name
2
# MCU name
3
MCU = atmega328
3
MCU = atmega328
4
F_CPU = 8000000
4
F_CPU = 16000000
5
QUARZ = 8MHZ
5
QUARZ = 16MHZ
Line 6... Line 6...
6
 
6
 
7
#-------------------------------------------------------------------
7
#-------------------------------------------------------------------
8
VERSION_MAJOR    =  0
8
VERSION_MAJOR    =  0
9
VERSION_MINOR    =  0
9
VERSION_MINOR    =  0