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