HW: Properly initialize and shutdown all modules.
This commit is contained in:
parent
e0cb85691a
commit
57aaaf92db
3 changed files with 8 additions and 3 deletions
|
@ -63,6 +63,8 @@ void Init() {
|
|||
|
||||
/// Shutdown hardware
|
||||
void Shutdown() {
|
||||
GPU::Shutdown();
|
||||
LCD::Shutdown();
|
||||
LOG_DEBUG(HW, "shutdown OK");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue