gcontini
2020-10-11 34c994011ba790167c2ffa8a9f7da78e38236147
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;
}