Fix -Wold-style-declaration.

This commit is contained in:
Bjarne von Horn 2025-02-05 12:50:03 +01:00
parent 60dd4f94ec
commit d06a18f934
1 changed files with 1 additions and 1 deletions

View File

@ -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