usb_usb: Fix makefile for 8Mz setup

This commit is contained in:
tmk 2023-01-24 08:38:48 +09:00
parent dc039fdf1a
commit 1f1fe5fd87
2 changed files with 29 additions and 0 deletions

View file

@ -1,5 +1,7 @@
TARGET = usb_usb_8mhz
F_CPU = 8000000
F_USB = 16000000
UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes
NO_DEBUG = yes
include Makefile