implement E1/E3 commands on NTE

This commit is contained in:
Martin Michelsen
2024-02-08 09:03:15 -08:00
parent dcea0e4520
commit 20f5a92d81
4 changed files with 65 additions and 22 deletions
+1 -1
View File
@@ -999,7 +999,7 @@ struct RulesTrial {
/* 0C */
RulesTrial() = default;
explicit RulesTrial(const Rules&);
RulesTrial(const Rules&);
operator Rules() const;
} __attribute__((packed));