Skip to content

Commit

Permalink
AP_Periph: Get FSO_POWER_STACK working again
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Jan 28, 2024
1 parent 56b34c5 commit a62e92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/FSOPowerStack/hwdef-bl.dat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ APP_START_OFFSET_KB 4
FLASH_SIZE_KB 512

# board ID for firmware load
APJ_BOARD_ID AP_HW_FSO_POWER_STACK
APJ_BOARD_ID 1404

# setup build for a peripheral firmware
env AP_PERIPH 1
Expand Down
4 changes: 2 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/FSOPowerStack/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ STORAGE_FLASH_PAGE 16
define HAL_STORAGE_SIZE 800

# board ID for firmware load
APJ_BOARD_ID AP_HW_FSO_POWER_STACK
APJ_BOARD_ID 1404

# setup build for a peripheral firmware
env AP_PERIPH 1
Expand Down Expand Up @@ -143,4 +143,4 @@ define AP_PARAM_MAX_EMBEDDED_PARAM 256

# keep ROMFS uncompressed as we don't have enough RAM
# to uncompress the bootloader at runtime
env ROMFS_UNCOMPRESSED True
env ROMFS_UNCOMPRESSED True

0 comments on commit a62e92d

Please sign in to comment.