Skip to content

Commit

Permalink
Fix typo in name of project.
Browse files Browse the repository at this point in the history
This also adds a newline at the end of the Makefile.
  • Loading branch information
bentglasstube committed Mar 12, 2022
1 parent 539e352 commit cb7ec86
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 cb7ec86

Please sign in to comment.