Fixed typo.

This commit is contained in:
Florian Pose 2024-05-14 15:40:26 +02:00
parent 40212a30a6
commit 156cea6a9c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
/****************************************************************************/ /****************************************************************************/
// prototypes for internal lethods (avoid -Wmissing-prototype warning) // prototypes for internal methods (avoid -Wmissing-prototype warning)
void ec_master_clear_config(ec_master_t *); void ec_master_clear_config(ec_master_t *);
void ec_master_add_domain(ec_master_t *, ec_domain_t *); void ec_master_add_domain(ec_master_t *, ec_domain_t *);
void ec_master_add_slave_config(ec_master_t *, ec_slave_config_t *); void ec_master_add_slave_config(ec_master_t *, ec_slave_config_t *);