Skip to content

Commit

Permalink
rename delay.c -> emscripten_loop.c
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Oct 7, 2024
1 parent e294a11 commit 1ebac9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion make.mk
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ INCLUDES += \
SRCS += \
$(GOSSAMER_PATH)/dummy/chips/$(CHIP)/startup_$(CHIP).c \
$(GOSSAMER_PATH)/dummy/chips/$(CHIP)/system_$(CHIP).c \
$(GOSSAMER_PATH)/dummy/common/delay.c \
$(GOSSAMER_PATH)/dummy/common/emscripten_loop.c \
$(GOSSAMER_PATH)/dummy/peripherals/adc.c \
$(GOSSAMER_PATH)/dummy/peripherals/dac.c \
$(GOSSAMER_PATH)/dummy/peripherals/dma.c \
Expand Down

0 comments on commit 1ebac9f

Please sign in to comment.