explicit happy message

only:mre_f4
This commit is contained in:
rusefillc 2023-12-12 16:13:36 -05:00
parent 56b4a91fe6
commit 6b8f8a2dd9
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ void Pt2001::initIfNeeded() {
} else {
if (!isInitialized) {
isInitialized = restart();
if (isInitialized) {
efiPrintf("happy mc33/PT2001!");
}
}
}
}