1
0
Fork 0

Fix entry into bootloader for STM32G431. (#22138)

This commit is contained in:
Nick Brassel 2023-09-26 12:20:32 +10:00 committed by GitHub
parent 6eb2e43a8d
commit 8d9c770a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,7 @@
// Copyright 2023 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
#endif