This commit is contained in:
Peter D. Gray 2024-02-29 10:35:24 -05:00
parent 80ea6ad839
commit 65cbefdc80
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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