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

This commit is contained in:
cfif 2026-05-25 15:42:22 +03:00
parent 5ed08ba0dc
commit 24ec1853d3
1 changed files with 5 additions and 5 deletions

View File

@ -12,11 +12,11 @@
#define SECT_FLASH_CAL __attribute__((section (".caltext")))
#define SECT_SRAM_NVM __attribute__((section (".nvmdata")))
#define SECT_VEH_CAL_0
#define SECT_VEH_CAL_1
#define SECT_VEH_CAL_2
#define SECT_VEH_CAL_3
#define SECT_VEH_CAL_4
#define SECT_VEH_CAL_0 SECT_FLASH_CAL
#define SECT_VEH_CAL_1 SECT_FLASH_CAL
#define SECT_VEH_CAL_2 SECT_FLASH_CAL
#define SECT_VEH_CAL_3 SECT_FLASH_CAL
#define SECT_VEH_CAL_4 SECT_FLASH_CAL
#define tU08 uint8_t
#define tU16 uint16_t