From 18b1935aea29ab0df220442cdc15704f448ab8da Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 28 May 2026 12:35:02 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/FirmwareMetadataSection.c b/FirmwareMetadataSection.c index 43fb3e0..eb17295 100644 --- a/FirmwareMetadataSection.c +++ b/FirmwareMetadataSection.c @@ -22,9 +22,6 @@ #define DEF_FINGER_DAY FINGER_DAY #define DEF_FINGER_TESTER_SERIAL FINGER_TESTER_SERIAL "_(" VERSION_RANDOM_BUILD_IDENTIFIER ")" - -__attribute__((section(".version_section"))) const char version_id[] = DEF_FINGER_TESTER_SERIAL; - 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;