From 30d1b32db45dbe42a3fc87283e31fae305594f0a Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 28 May 2026 12:34:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FirmwareMetadataSection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/FirmwareMetadataSection.c b/FirmwareMetadataSection.c index d75cf2a..43fb3e0 100644 --- a/FirmwareMetadataSection.c +++ b/FirmwareMetadataSection.c @@ -25,8 +25,6 @@ __attribute__((section(".version_section"))) const char version_id[] = DEF_FINGER_TESTER_SERIAL; -volatile const uint32_t META_FW_CRC __attribute__((section (".meta_fw_crc"))) = 0; - volatile const uint8_t META_FW_NAME_SIZE __attribute__((section (".meta_fw_name_size"))) = sizeof(DEF_FINGER_TESTER_SERIAL) - 1; volatile const char META_FW_NAME[sizeof(DEF_FINGER_TESTER_SERIAL) - 1] __attribute__((section (".meta_fw_name"))) = DEF_FINGER_TESTER_SERIAL;