Rename LCD to GPU.
This commit is contained in:
parent
87e98ff97b
commit
1dfa392824
11 changed files with 41 additions and 41 deletions
|
@ -37,12 +37,12 @@ void Update() {
|
|||
|
||||
/// Initialize hardware
|
||||
void Init() {
|
||||
NOTICE_LOG(LCD, "initialized OK");
|
||||
NOTICE_LOG(GPU, "initialized OK");
|
||||
}
|
||||
|
||||
/// Shutdown hardware
|
||||
void Shutdown() {
|
||||
NOTICE_LOG(LCD, "shutdown OK");
|
||||
NOTICE_LOG(GPU, "shutdown OK");
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue