From baf093758927f3e95090063d72c576513fb4e3aa Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Sat, 3 Jun 2023 18:45:28 -0700 Subject: [PATCH] Switch to config header for LUFA This eliminates the need for a bunch of extra defines added to the compile command. --- .cproject | 16 +--- hal/at90usb646/LUFAConfig.h | 160 ++++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+), 14 deletions(-) create mode 100644 hal/at90usb646/LUFAConfig.h diff --git a/.cproject b/.cproject index 2ab5e3b..60fd883 100644 --- a/.cproject +++ b/.cproject @@ -31,14 +31,8 @@