[apps/lcd_timing_test] Increase limit to 7

This commit is contained in:
Léa Saviot
2019-07-15 09:39:45 +02:00
parent e737dcd61d
commit 1f7d553ea5

View File

@@ -34,7 +34,7 @@ private:
BufferTextView m_lcdTimingStateView;
BufferTextView m_lcdNumberGlyphFailuresView;
};
static constexpr int k_errorLimit = 1;
static constexpr int k_errorLimit = 7;
void runTest();
bool m_testSuccessful;
ContentView m_view;