gcontini
2020-10-14 a2fd65a1e9a711fae0734bdb539aae617115bd30
src/library/hw_identifier/ethernet.cpp
@@ -54,7 +54,7 @@
Ethernet::~Ethernet() {}
LCC_API_IDENTIFICATION_STRATEGY Ethernet::identification_strategy() const {
LCC_API_HW_IDENTIFICATION_STRATEGY Ethernet::identification_strategy() const {
   return use_ip ? STRATEGY_IP_ADDRESS : STRATEGY_ETHERNET;
}