Modified config.h default configuration (#15387)

* Modified config.h default configuration

* Modified config.h default configuration
master
Joy Lee 2021-12-06 03:52:08 +08:00 committed by GitHub
parent 8da9998c9d
commit 679f83f9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@
#pragma once
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
#endif