X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..d3c623e1e184bb36873c1ba9664f0c8266139589:/Projects/Benito/makefile diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index 96bf07c1d..4fadc10c1 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -60,7 +60,7 @@ # MCU name -MCU = atmega32u2 +MCU = atmega32u4 # Target board (see library "Board Types" documentation, NONE for projects not requiring @@ -80,7 +80,7 @@ BOARD = BENITO # does not *change* the processor frequency - it should merely be updated to # reflect the processor speed set externally so that the code can use accurate # software delays. -F_CPU = 16000000 +F_CPU = 8000000 # Input clock frequency.