Skip to content

Commit b286ce6

Browse files
committed
fix: Force frozen module regeneration on every firmware build.
1 parent bf8a482 commit b286ce6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ firmware: $(MPY_DIR) ## Build MicroPython firmware with current drivers
107107
rm -rf $(CURDIR)/$(MPY_DIR)/lib/micropython-steami-lib
108108
ln -s $(CURDIR) $(CURDIR)/$(MPY_DIR)/lib/micropython-steami-lib
109109
@echo "Building firmware for $(BOARD)..."
110+
rm -f $(STM32_DIR)/build-$(BOARD)/frozen_content.c
110111
$(MAKE) -C $(STM32_DIR) BOARD=$(BOARD)
111112
@echo "Firmware ready: $(STM32_DIR)/build-$(BOARD)/firmware.hex"
112113

0 commit comments

Comments
 (0)