Skip to content

Commit

Permalink
AP_Bootloader: fix build for bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Dec 19, 2023
1 parent a69897f commit b5fef05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AP_Bootloader/bl_protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ do_jump(uint32_t stacktop, uint32_t entrypoint)
void
jump_to_app()
{
#ifdef HAL_GPIO_PIN_LED_SCK
// Reset LEDs
profiLED_reset_LEDs(4);

#endif
const uint32_t *app_base = (const uint32_t *)(APP_START_ADDRESS);

// If we have QSPI chip start it
Expand Down

0 comments on commit b5fef05

Please sign in to comment.