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
10 changed files with 51 additions and 134 deletions

View File

@ -15,8 +15,11 @@
*/
#pragma once
#if defined(BOOTMAGIC_LITE)
# include "bootmagic_lite.h"
#ifndef BOOTMAGIC_LITE_COLUMN
# define BOOTMAGIC_LITE_COLUMN 0
#endif
#ifndef BOOTMAGIC_LITE_ROW
# define BOOTMAGIC_LITE_ROW 0
#endif
void bootmagic(void);