1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Program flash using full range of buffer

This commit is contained in:
blckmn 2025-01-06 20:34:05 +11:00
parent ed8861e76c
commit 4cf0ae8175
4 changed files with 10 additions and 11 deletions

View file

@ -31,8 +31,6 @@
#define SPI_IO_AF_SDI_CFG 0
#define SPI_IO_CS_CFG 0
// Register address offsets for atomic RMW aliases
#define REG_ALIAS_RW_BITS (_u(0x0) << _u(12))
#define REG_ALIAS_XOR_BITS (_u(0x1) << _u(12))