cleanups
This commit is contained in:
parent
80ea6ad839
commit
65cbefdc80
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user