remove excess debug

This commit is contained in:
J. Nick Koston 2023-06-09 19:11:27 -05:00
parent a924f2335b
commit 6b631d2754
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ extern "C" {
#include "ratgdo_child.h"
#include "ratgdo_state.h"
#define CODE_LENGTH 19
namespace esphome {
namespace ratgdo {
// Forward declare RATGDOClient
class RATGDOClient;
static const uint8_t CODE_LENGTH = 19;
struct cmd {
uint64_t fixed;
uint32_t data;