Skip to content

Commit 24d805b

Browse files
committed
Add missing function definition
1 parent c2c7a9b commit 24d805b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Profiles/Environment/Display/ANTPLUS_ProfileEnvironmentDisplay.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ bool ProfileEnvironmentDisplay::handleManufacturersInformation(EnvironmentBaseDa
6767
ManufacturersInformation dp = ManufacturersInformation(dataPage);
6868
return _onManufacturersInformation.call(dp);
6969
}
70+
71+
bool ProfileEnvironmentDisplay::handleProductInformation(EnvironmentBaseDataPage& dataPage) {
72+
ProductInformation dp = ProductInformation(dataPage);
73+
return _onProductInformation.call(dp);
74+
}

0 commit comments

Comments
 (0)