ADMW1001_Beta_Release
/
EV-PRO-MW1001_initialCommit
initial commit
Diff: main.cpp
- Revision:
- 50:d84305e5e1c0
- Parent:
- 49:c31473bc013e
- Child:
- 51:b6d4519ef813
- Child:
- 52:d32ea3dfc8ac
--- a/main.cpp Thu Feb 06 11:04:31 2020 +0000 +++ b/main.cpp Mon Feb 17 11:23:39 2020 +0000 @@ -67,6 +67,7 @@ int main() { + ADMW_RESULT res; ADMW_STATUS status; ADMW_DEVICE_HANDLE hDevice; @@ -122,7 +123,7 @@ * Check device status after updating the configuration */ res = admw_GetStatus(hDevice, &status); - deviceInformation(hDevice); + admw_deviceInformation(hDevice); if (res != ADMW_SUCCESS) { ADMW_LOG_ERROR("Failed to retrieve device status"); return res;