Skip to content

Commit

Permalink
Fix int size again
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 17, 2024
1 parent ede6279 commit ba0c96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tcs_intercom/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace esphome
uint8_t length;
};

uint32_t buildCommand(CommandType type, uint32_t address, uint32_t serial_number);
uint32_t buildCommand(CommandType type, uint8_t address, uint32_t serial_number);
CommandData parseCommand(uint32_t command);

const char* command_type_to_string(CommandType type);
Expand Down

0 comments on commit ba0c96a

Please sign in to comment.