From b7bc614323767f4566edff33bfc652f191f7e4a0 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 5 Mar 2026 09:24:04 -0500 Subject: [PATCH] text --- stm32/shared.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32/shared.mk b/stm32/shared.mk index 6cf47be6..53cbfdda 100644 --- a/stm32/shared.mk +++ b/stm32/shared.mk @@ -113,7 +113,7 @@ rc1: # Make a test release-candidate but use full repro flow; slower than rc1 above. # - no factory release, does no GIT tagging nor committing -# - but still must commit changed because code get into docker image via local git repo +# - but still must commit changes because code gets into docker image via local git repo .PHONY: rc2 rc2: RC2_TIMESTAMP = $(shell date "+%F_%H%M") rc2: RC2_FNAME = ./RC2-$(RC2_TIMESTAMP)-$(HW_MODEL)-coldcard.dfu