Bumped Mbed FW version to 01.20.0080

Revision:
50:d84305e5e1c0
Parent:
49:c31473bc013e
Child:
51:4c1f4aed1fd7
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;