mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/tests] Put LCD data/timing limits to 0
This commit is contained in:
@@ -33,7 +33,7 @@ private:
|
||||
BufferTextView m_lcdDataStateView;
|
||||
BufferTextView m_lcdNumberPixelFailuresView;
|
||||
};
|
||||
static constexpr int k_errorLimit = 1;
|
||||
static constexpr int k_errorLimit = 0;
|
||||
void runTest();
|
||||
bool m_testSuccessful;
|
||||
ContentView m_view;
|
||||
|
||||
@@ -34,7 +34,7 @@ private:
|
||||
BufferTextView m_lcdTimingStateView;
|
||||
BufferTextView m_lcdNumberGlyphFailuresView;
|
||||
};
|
||||
static constexpr int k_errorLimit = 1;
|
||||
static constexpr int k_errorLimit = 0;
|
||||
void runTest();
|
||||
bool m_testSuccessful;
|
||||
ContentView m_view;
|
||||
|
||||
Reference in New Issue
Block a user