1
0
Fork 0

Begin removal of bootmagic lite terminology (#22970)

This commit is contained in:
Joel Challis 2024-01-28 22:51:58 +00:00 committed by GitHub
parent bb71145632
commit 5cd31fda9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 51 additions and 134 deletions

View file

@ -42,7 +42,6 @@
#include "action_layer.h"
#include "eeconfig.h"
#include "bootloader.h"
#include "bootmagic.h"
#include "timer.h"
#include "sync_timer.h"
#include "gpio.h"
@ -59,6 +58,10 @@
#include <stdio.h>
#include <string.h>
#ifdef BOOTMAGIC_ENABLE
# include "bootmagic.h"
#endif
#ifdef DEFERRED_EXEC_ENABLE
# include "deferred_exec.h"
#endif