fixed overlapping use of config channel 8

This commit is contained in:
2024-05-23 21:33:51 +02:00
parent 2934954396
commit c322165491

2
CLS.c
View File

@@ -70,7 +70,7 @@ void CLS_Init(void) {
}
}
uint16_t cls_address = GENERATE_CLS_ADDRESS(CLS_CODE_CONFIG,gCLS_DEVICE_ADDRESS,CLS_CHANNEL8);
uint16_t cls_address = GENERATE_CLS_ADDRESS(CLS_CODE_CONFIG,gCLS_DEVICE_ADDRESS,CLS_CHANNEL7);
//setup endpoint for changing the Device Type/Position
CanData_regEventMsg(cls_address, CLS_OnEventChangeTypePostion);