mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
Merge branch 'prefetch-domain-pointer' into 'devel-1.6'
Prefetch domain pointer / made domain argument const See merge request etherlab.org/ethercat!118
This commit is contained in:
@@ -440,7 +440,7 @@ void ecrt_domain_external_memory(ec_domain_t *domain, uint8_t *mem)
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
uint8_t *ecrt_domain_data(ec_domain_t *domain)
|
||||
uint8_t *ecrt_domain_data(const ec_domain_t *domain)
|
||||
{
|
||||
return domain->data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user