Project

General

Profile

Revision 847

FIXED THE TARGET IN THE MAKEFILE. TODO: still need to make it conditionally compile for other wireless targets

View differences:

Makefile
13 13
CDEFS = 
14 14

  
15 15
# MCU name
16
MCU = atmega128
16
MCU = atmega164p
17 17

  
18 18

  
19 19
# Processor frequency.
......
21 21
#     processor frequency. You can then use this symbol in your source code to 
22 22
#     calculate timings. Do NOT tack on a 'UL' at the end, this will be done
23 23
#     automatically to create a 32-bit value in your source code.
24
F_CPU = 16000000
24
F_CPU = 8000000
25 25

  
26 26

  
27 27
# Output format. (can be srec, ihex, binary)

Also available in: Unified diff