open gpio by label test on te0720

This commit is contained in:
Jakob Meier
2021-09-20 16:30:50 +02:00
parent 4b5f22f013
commit cd92f4a611
6 changed files with 57 additions and 8 deletions

View File

@ -11,6 +11,10 @@ int simple::simple() {
{
FileSystemTest fileSystemTest;
}
#endif
#if TE0720_GPIO_TEST
#endif
return 0;
}