-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
uint16_t SyntheticServerAccessRespond(uint8_t *receivedMessage,bool *statusList,uint16_t *registerList,uint8_t *respondBytes) 中的
uint16_t bytesCount=GenerateMasterAccessRespond(receivedMessage+6,statusList,registerList,respondBytes);
应该改为
uint16_t bytesCount=GenerateMasterAccessRespond(receivedMessage+6,statusList,registerList,respond);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels