Fixed typo.

This commit is contained in:
Florian Pose 2024-05-14 15:59:00 +02:00
parent 156cea6a9c
commit 5908be27b4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
/****************************************************************************/
// prototypes for internal lethods (avoid -Wmissing-prototype warning)
// prototypes for internal methods (avoid -Wmissing-prototype warning)
void ec_slave_config_add_sdo_request(ec_slave_config_t *, ec_sdo_request_t *);
void ec_slave_config_add_reg_request(ec_slave_config_t *, ec_reg_request_t *);
void ec_slave_config_add_voe_handler(ec_slave_config_t *, ec_voe_handler_t *);