Обновление платы на V2

This commit is contained in:
cfif 2026-05-28 12:34:06 +03:00
parent 917bb6bac3
commit 30d1b32db4
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
__attribute__((section(".version_section"))) const char version_id[] = DEF_FINGER_TESTER_SERIAL; __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 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; volatile const char META_FW_NAME[sizeof(DEF_FINGER_TESTER_SERIAL) - 1] __attribute__((section (".meta_fw_name"))) = DEF_FINGER_TESTER_SERIAL;