1
0
geforkt von xt-sys/exectos

Cleanup after switching to new way of printing formatted strings

Dieser Commit ist enthalten in:
2024-02-16 22:04:17 +01:00
Ursprung c99bd73dfd
Commit 6d66629124
2 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen

Datei anzeigen

@@ -18,9 +18,6 @@ LIST_ENTRY BlpConfig;
/* XT Boot Loader loaded configuration */
LIST_ENTRY BlpConfigSections;
/* XT Boot Loader hex table */
STATIC PUINT16 BlpHexTable = L"0123456789ABCDEF";
/* XT Boot Loader protocol */
XTBL_LOADER_PROTOCOL BlpLdrProtocol;

Datei anzeigen

@@ -21,9 +21,6 @@ EXTERN LIST_ENTRY BlpConfig;
/* XT Boot Loader loaded configuration */
EXTERN LIST_ENTRY BlpConfigSections;
/* XT Boot Loader hex table */
EXTERN PUINT16 BlpHexTable;
/* XT Boot Loader protocol */
EXTERN XTBL_LOADER_PROTOCOL BlpLdrProtocol;