소스 검색

Change MCU to atmega328p in hhkb/Makeilfe.vusb.

tags/v1.9
tmk 12 년 전
부모
커밋
fe71523443
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      hhkb/Makefile.vusb

+ 2
- 2
hhkb/Makefile.vusb 파일 보기

@@ -28,9 +28,9 @@ OPT_DEFS = -DDEBUG_LEVEL=0

# MCU name, you MUST set this to match the board you are using
# type "make clean" after changing this, so all files will be rebuilt
MCU = atmega168p
MCU = atmega328p
# avrdude doesn't know atmega168p
AVRDUDE_MCU = atmega168
AVRDUDE_MCU = $(MCU)


# Processor frequency.

Loading…
취소
저장