Skip to content

Commit

Permalink
use correct manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansnigirev committed Sep 6, 2022
1 parent da5da3f commit ffc5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ empty: $(TARGET_DIR) mpy-cross $(MPY_DIR)/ports/stm32
make -C $(MPY_DIR)/ports/stm32 \
BOARD=$(BOARD) \
USER_C_MODULES=$(USER_C_MODULES) \
FROZEN_MANIFEST=$(FROZEN_MANIFEST) \
FROZEN_MANIFEST=$(FROZEN_MANIFEST_EMPTY) \
DEBUG=$(DEBUG) && \
arm-none-eabi-objcopy -O binary \
$(MPY_DIR)/ports/stm32/build-STM32F469DISC/firmware.elf \
Expand Down

0 comments on commit ffc5581

Please sign in to comment.