From 74bc404bc9f44066890c6da96ebbf7bd6f95ac0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 15 Jul 2019 16:26:40 +0200 Subject: [PATCH] Revert "[apps/tests] Put LCD data/timing limits to 2" This reverts commit 81e2696fbd5722ec23d96f46cf9264fdbe40ce5c. --- apps/hardware_test/lcd_data_test_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hardware_test/lcd_data_test_controller.h b/apps/hardware_test/lcd_data_test_controller.h index ae867a111..2d261b3b6 100644 --- a/apps/hardware_test/lcd_data_test_controller.h +++ b/apps/hardware_test/lcd_data_test_controller.h @@ -33,7 +33,7 @@ private: BufferTextView m_lcdDataStateView; BufferTextView m_lcdNumberPixelFailuresView; }; - static constexpr int k_errorLimit = 2; + static constexpr int k_errorLimit = 0; void runTest(); bool m_testSuccessful; ContentView m_view;