mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
fix
This commit is contained in:
parent
a75f5febf4
commit
c25d49e32e
@ -36,10 +36,6 @@ namespace ratgdo {
|
|||||||
struct cmd {
|
struct cmd {
|
||||||
uint64_t fixed;
|
uint64_t fixed;
|
||||||
uint32_t data;
|
uint32_t data;
|
||||||
inline bool operator!=(cmd const &other) const
|
|
||||||
{
|
|
||||||
return (fixed != other.fixed || data != other.data);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user