mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
[apps/lcd_timing_test] Increase limit to 7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user