This commit is contained in:
J. Nick Koston 2023-06-09 15:22:38 -05:00
parent a75f5febf4
commit c25d49e32e
No known key found for this signature in database
1 changed files with 1 additions and 5 deletions

View File

@ -35,11 +35,7 @@ namespace ratgdo {
struct cmd {
uint64_t fixed;
uint32_t data;
inline bool operator!=(cmd const &other) const
{
return (fixed != other.fixed || data != other.data);
}
uint32_t data;
};
typedef struct {