mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 01:53:54 +08:00
Fix -Wold-style-declaration.
This commit is contained in:
@@ -77,7 +77,7 @@ static unsigned int off_ana_in;
|
||||
static unsigned int off_ana_out;
|
||||
static unsigned int off_dig_out;
|
||||
|
||||
const static ec_pdo_entry_reg_t domain1_regs[] = {
|
||||
static const ec_pdo_entry_reg_t domain1_regs[] = {
|
||||
#if EL3152_ALT_PDOS
|
||||
{AnaInSlavePos, Beckhoff_EL3152, 0x6401, 1, &off_ana_in},
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user