Browse Source

Modified config.h default configuration (#15387)

* Modified config.h default configuration

* Modified config.h default configuration
pull/14750/head 0.15.4
Joy Lee 2 years ago
committed by GitHub
parent
commit
679f83f9de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      platforms/chibios/boards/GENERIC_WB32_F3G71XX/configs/config.h

+ 1
- 1
platforms/chibios/boards/GENERIC_WB32_F3G71XX/configs/config.h 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

Loading…
Cancel
Save