Revert "[apps/tests] Put LCD data/timing limits to 2"

This reverts commit 81e2696fbd.
This commit is contained in:
Léa Saviot
2019-07-15 16:26:40 +02:00
parent 81e2696fbd
commit 74bc404bc9

View File

@@ -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;