Rename struct

This commit is contained in:
Aoran Zeng
2024-11-22 07:07:29 +08:00
parent 743380290e
commit 92d5407269
30 changed files with 85 additions and 85 deletions

View File

@@ -97,10 +97,10 @@ pl_dart_flutter_resetsrc (char *option)
/**
* chsrc ls flutter
*/
FeatInfo
Feature_t
pl_dart_flutter_feat (char *option)
{
FeatInfo f = {0};
Feature_t f = {0};
f.can_get = true;
f.can_reset = true;

View File

@@ -90,10 +90,10 @@ pl_dart_resetsrc (char *option)
}
FeatInfo
Feature_t
pl_dart_feat (char *option)
{
FeatInfo f = {0};
Feature_t f = {0};
f.can_get = true;
f.can_reset = true;