fix the FLASH ERR warn on hackrf pro plus PP H1/2/3/4 (#2997)

* init

* remove mbt
This commit is contained in:
zxkmm
2026-02-17 12:31:03 +08:00
committed by GitHub
parent eaa07f8369
commit 300a4b03c6
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -6,4 +6,6 @@
#define FLASH_SIZE_MB @FLASH_MB_SIZE@
//Current compiled fw size in MB
#define FLASH_SIZE_LIMIT_MB @FLASH_MB_LIMIT_SIZE@
//Current compiled fw + bitstream size in MB
#define FLASH_SIZE_LIMIT_WITH_BITSTREAM_MB @FLASH_MB_LIMIT_WITH_BITSTREAM_SIZE@
// clang-format on