Subversion Repositories FlightCtrl

Rev

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

Rev 1910 Rev 1922
Line 1... Line 1...
1
#--------------------------------------------------------------------
1
#--------------------------------------------------------------------
2
# MCU name
2
# MCU name
3
MCU = atmega644p
3
MCU = atmega644
4
F_CPU = 20000000
4
F_CPU = 20000000
5
QUARZ = 20MHZ
5
QUARZ = 20MHZ
Line 6... Line 6...
6
 
6
 
7
#-------------------------------------------------------------------
7
#-------------------------------------------------------------------