From 65cbefdc80bd54895dcdc58d089a0d9b56ad1c11 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 29 Feb 2024 10:35:24 -0500 Subject: [PATCH] cleanups --- stm32/COLDCARD_Q1/modckcc.c | 2 +- stm32/COLDCARD_Q1/mpconfigboard.mk | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/stm32/COLDCARD_Q1/modckcc.c b/stm32/COLDCARD_Q1/modckcc.c index 214b8999..58834527 100644 --- a/stm32/COLDCARD_Q1/modckcc.c +++ b/stm32/COLDCARD_Q1/modckcc.c @@ -156,7 +156,7 @@ MP_DEFINE_CONST_FUN_OBJ_3(sec_gate_obj, sec_gate); // Since we cache state of green light, need a way for us -// to be reset, altho has no bearing on real operation of 508a. +// to be reset, altho has no bearing on real operation of SE1. STATIC mp_obj_t presume_green(void) { presumably_green_light = true; diff --git a/stm32/COLDCARD_Q1/mpconfigboard.mk b/stm32/COLDCARD_Q1/mpconfigboard.mk index cbf973fb..a5b1a477 100644 --- a/stm32/COLDCARD_Q1/mpconfigboard.mk +++ b/stm32/COLDCARD_Q1/mpconfigboard.mk @@ -14,10 +14,6 @@ MICROPY_VFS_FAT = 1 CFLAGS_EXTRA += -DMP_CONFIGFILE=\"boards/$(BOARD)/ckcc-port.h\" CFLAGS_EXTRA += -DCOLDCARD_DEBUG=$(DEBUG_BUILD) -# obsolete -# need the CDC inf file to be built before this file -#initfs.c: $(GEN_CDCINF_HEADER) - # NgU and uQR libraries NGU_NEEDS_CIFRA = 1 USER_C_MODULES = boards/$(BOARD)/c-modules