Skip to content

Commit

Permalink
Merge pull request #12 from bentglasstube/master
Browse files Browse the repository at this point in the history
Fix typo in name of project.
  • Loading branch information
stecman authored Mar 12, 2022
2 parents 539e352 + cb7ec86 commit 95ab4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SERIALNUM ?= D000000000E7
CDEFS += -DUSB_SERIALNUM="\"$(SERIALNUM)\""

# Base OpenCM3 build
PROJECT = boot-swtich
PROJECT = boot-switch

CFILES = \
src/clock.c \
Expand Down Expand Up @@ -77,4 +77,4 @@ debug_gdb:
disasm: $(OUTPUT_ELF)
$(OBJDUMP) -d $(OUTPUT_ELF)

.PHONY: flash reset debug_gdb debug_server disasm
.PHONY: flash reset debug_gdb debug_server disasm

0 comments on commit 95ab4d8

Please sign in to comment.