From 197e056d3a700b16a7a5a53dc04cbea87482b8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Fri, 12 Apr 2019 15:19:09 +0200 Subject: [PATCH] [hardware_test] Fix VBlank test --- apps/hardware_test/vblank_test_controller.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/hardware_test/vblank_test_controller.cpp b/apps/hardware_test/vblank_test_controller.cpp index 94b38302d..140c495b6 100644 --- a/apps/hardware_test/vblank_test_controller.cpp +++ b/apps/hardware_test/vblank_test_controller.cpp @@ -29,9 +29,6 @@ bool VBlankTestController::handleEvent(Ion::Events::Event event) { } void VBlankTestController::viewWillAppear() { - for (int i=0; i<6; i++) { - Ion::Display::waitForVBlank(); - } m_view.vBlankStateTextView()->setText(k_vBlankLaunchTest); }