Skip to content

Commit

Permalink
Merge pull request #11 from braveness23/boo
Browse files Browse the repository at this point in the history
Boo
  • Loading branch information
braveness23 authored Sep 30, 2024
2 parents c0cb7bb + 42d8e23 commit 1e4e714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
# Step 3: Run the `make` command in the `firmware` directory
- name: Build firmware
run: |
cd firmware
make
working-directory: firmware
run: make
2 changes: 1 addition & 1 deletion firmware/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = MIDI
SRC = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
LUFA_PATH = ../LUFA/LUFA/ # yay!
LUFA_PATH = ../LUFA/LUFA
CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/
LD_FLAGS =

Expand Down

0 comments on commit 1e4e714

Please sign in to comment.