Skip to content

Commit

Permalink
Update hwdef-bl.dat
Browse files Browse the repository at this point in the history
Corrected FLASH_SIZE_KB to 1024 as H743VGT6  have only 1M flash
  • Loading branch information
SCRainbow authored Apr 13, 2024
1 parent cfa26b8 commit 789b71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/JHEMCU-H743HD/hwdef-bl.dat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OSCILLATOR_HZ 8000000

MCU_CLOCKRATE_MHZ 480

FLASH_SIZE_KB 2048
FLASH_SIZE_KB 1024

# bootloader starts at zero offset
FLASH_RESERVE_START_KB 0
Expand Down

0 comments on commit 789b71d

Please sign in to comment.