translate comment

This commit is contained in:
lulko 2025-04-18 12:50:07 +03:00
parent 7ef7228b31
commit a2f1c2557a
3 changed files with 146 additions and 212 deletions

View file

@ -40,7 +40,7 @@ enum {
// Flash keys for unlocking flash memory
#define BYTE32 0
#define BYTE8 1
#define UPDATE_FLAG 0xDEADBEEF // Уникальное 32-битное значение
#define UPDATE_FLAG 0xDEADBEEF // Unique 32bit value
//FLASH SET ONE PROGRAMM WORD
#define FLASH_8BYTE FLASH->CR &= ~FLASH_CR_PSIZE & ~FLASH_CR_PSIZE_1
#define FLASH_32BYTE \