fixed overlapping use of config channel 8
This commit is contained in:
2
CLS.c
2
CLS.c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user