open gpio by label test on te0720
This commit is contained in:
@ -14,7 +14,8 @@ class LibgpiodTest: public TestTask {
|
||||
public:
|
||||
enum TestCases {
|
||||
READ = 0,
|
||||
LOOPBACK = 1
|
||||
LOOPBACK = 1,
|
||||
BLINK
|
||||
};
|
||||
|
||||
TestCases testCase;
|
||||
|
Reference in New Issue
Block a user