Begin removal of bootmagic lite terminology (#22970)
This commit is contained in:
parent
bb71145632
commit
5cd31fda9c
10 changed files with 51 additions and 134 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue