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

@ -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);