Skip to content

Commit

Permalink
Fix typo in #define name
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Aug 9, 2024
1 parent 443209d commit 4bf4acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/comfoair/registers.h
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ Byte[8] =
Response: ACK
*/
#define CMD_SET_VENTINATION_LEVEL 0xCF
#define RES_SET_VENTINATION_LEVEL COMMAND_ACK
#define CMD_SET_VENTILATION_LEVEL 0xCF
#define RES_SET_VENTILATION_LEVEL COMMAND_ACK

/*
Data: 1 byte
Expand Down Expand Up @@ -1006,4 +1006,4 @@ Byte[20] = Control bits
Response:
*/
#define CMD_SEND_RF_COMMAND 0x40
#define RES_SEND_RF_COMMAND []
#define RES_SEND_RF_COMMAND []

0 comments on commit 4bf4acb

Please sign in to comment.