Skip to content

Commit

Permalink
Update hwdef.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 3ae8a2c commit cfa26b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/JHEMCU-H743HD/hwdef.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 takes first sector
FLASH_RESERVE_START_KB 384
Expand Down

0 comments on commit cfa26b8

Please sign in to comment.