Skip to content

Commit

Permalink
change the target to 88p
Browse files Browse the repository at this point in the history
  • Loading branch information
RollMan committed Feb 12, 2022
1 parent 27b6330 commit 825de53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -6,10 +6,10 @@
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)

DEVICE = atmega168
F_CPU = 16000000 # in Hz
FUSE_L = # see below for fuse values for particular devices
FUSE_H =
DEVICE = atmega88p
F_CPU = 12000000 # in Hz
FUSE_L = 0xdf
FUSE_H = 0xde
AVRDUDE = avrdude -c usbasp -p $(DEVICE) # edit this line for your programmer

CFLAGS = -Iusbdrv -I. -DDEBUG_LEVEL=0
Expand Down

0 comments on commit 825de53

Please sign in to comment.