Remove Port namespace and clean up
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
namespace GPU {
|
||||
namespace Display {
|
||||
static void enable() {
|
||||
Port::GP1.write(Port::Command::GP1::SetDisplayState(Port::DisplayState::On));
|
||||
GP1.write(Command::GP1::SetDisplayState(DisplayState::On));
|
||||
}
|
||||
|
||||
static void disable() {
|
||||
Port::GP1.write(Port::Command::GP1::SetDisplayState(Port::DisplayState::Off));
|
||||
GP1.write(Command::GP1::SetDisplayState(DisplayState::Off));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user