mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/hardware_test] remove test done twice
This commit is contained in:
@@ -21,9 +21,6 @@ bool VBlankTestController::handleEvent(Ion::Events::Event event) {
|
||||
* being displayed. If the test succeeds, the screen should change very
|
||||
* quickly to "VBLANK OK". */
|
||||
Shared::POSTAndHardwareTests::VBlankOK();
|
||||
for (int i=0; i<6; i++) {
|
||||
Ion::Display::waitForVBlank();
|
||||
}
|
||||
m_view.setColor(KDColorGreen);
|
||||
m_view.vBlankStateTextView()->setText(k_vBlankOKText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user