diff --git a/dummy/common/delay.c b/dummy/common/emscripten_loop.c similarity index 100% rename from dummy/common/delay.c rename to dummy/common/emscripten_loop.c diff --git a/make.mk b/make.mk index f67a3d3..99a1352 100644 --- a/make.mk +++ b/make.mk @@ -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 \