diff options
Diffstat (limited to 'projects/cli-test/mgmt-dfu.h')
-rw-r--r-- | projects/cli-test/mgmt-dfu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/cli-test/mgmt-dfu.h b/projects/cli-test/mgmt-dfu.h index c38a63e..e1e3932 100644 --- a/projects/cli-test/mgmt-dfu.h +++ b/projects/cli-test/mgmt-dfu.h @@ -38,7 +38,9 @@ #include "stm-init.h" #include <libcli.h> +#define DFU_UPLOAD_CHUNK_SIZE 256 extern void configure_cli_dfu(struct cli_def *cli); +extern void check_early_dfu_jump(void); #endif /* __STM32_CLI_MGMT_DFU_H */ |