mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-23 12:31:10 +00:00
The Timer test isn't reliable on all variants of the Raspberry Pi. This will temporarily comment it out. When the RPi5 support is being added, this test should be made optional and only triggered when a CLI option is present.
This commit is contained in:
parent
ed2ff0ed73
commit
68e0c29d83
@ -159,8 +159,8 @@ int ScsiLoop::run(const vector<char *> &args)
|
||||
// This must be executed before the timer test, since this initializes the timer
|
||||
ScsiLoop_GPIO gpio_test;
|
||||
|
||||
int result = ScsiLoop_Timer::RunTimerTest(error_list);
|
||||
result += gpio_test.RunLoopbackTest(error_list);
|
||||
// int result = ScsiLoop_Timer::RunTimerTest(error_list);
|
||||
int result = gpio_test.RunLoopbackTest(error_list);
|
||||
|
||||
if (result == 0) {
|
||||
// Only test the dat inputs/outputs if the loopback test passed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user