fix case in header library

This commit is contained in:
Johannes Wirth 2025-02-18 12:13:44 +01:00
parent 08846df05e
commit 42a696bebd

View File

@ -34,8 +34,8 @@ static void send_msg(uint32_t cluster, uint32_t component, uint32_t msg_len, uin
case 7: case 7:
set_mkcontrolclusterstreamcontroller_REG_PAYLOAD_7(msgif, words[i]); set_mkcontrolclusterstreamcontroller_REG_PAYLOAD_7(msgif, words[i]);
break; break;
default: default:
break;
} }
} }
set_mkcontrolclusterstreamcontroller_REG_SEND(msgif, 1); set_mkcontrolclusterstreamcontroller_REG_SEND(msgif, 1);