summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/GENERIC_STM32_L432XC/configs/config.h
blob: 839d031ca4ba22f8a7fffdfda8d75b36d2b6d6c1 (plain)
1
2
3
4
5
6
7
// Copyright 2021 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