mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 17:24:09 +08:00
bl_update:STM32H7 use 128K
This commit is contained in:
parent
e847698c9f
commit
645b6c3fbc
@ -53,8 +53,11 @@
|
||||
|
||||
#include <nuttx/progmem.h>
|
||||
|
||||
|
||||
#define BL_FILE_SIZE_LIMIT 16384
|
||||
#if defined(CONFIG_ARCH_CHIP_STM32H7)
|
||||
# define BL_FILE_SIZE_LIMIT 128*1024
|
||||
#else
|
||||
# define BL_FILE_SIZE_LIMIT 16384
|
||||
#endif
|
||||
|
||||
__EXPORT int bl_update_main(int argc, char *argv[]);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user