Fix inconsistent function name

the function is different in header declaration (EOE_ecat_get_mac)
pull/100/head
m-dema 2021-05-06 17:05:46 +02:00 committed by GitHub
parent 1f24b72c5c
commit c84a3ffb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static void EOE_ip_byte_to_uint32 (uint8_t * byte_ip, eoe_ip4_addr_t * ip)
* @param[out] mac = variable to store mac in, should fit EOE_ETHADDR_LENGTH
* @return 0= if we succeed, -1 if not set
*/
int EOE_get_mac(uint8_t port, uint8_t mac[])
int EOE_ecat_get_mac(uint8_t port, uint8_t mac[])
{
int ret = -1;
int port_ix;