Bumped Mbed FW version to 01.20.0080

Revision:
47:5b42b9f9d1eb
Parent:
45:f5f553b8c0d5
Child:
48:5731f1aa2c5a
--- a/main.cpp	Mon Jan 20 10:57:56 2020 +0000
+++ b/main.cpp	Thu Feb 06 00:29:29 2020 +0000
@@ -56,6 +56,9 @@
 extern ADMW_CONFIG multichannel_continuous_config;
 extern ADMW_CONFIG multichannel_singlecycle_config;
 extern ADMW_CONFIG i2c0_sensirionSHT3X_config;
+/* Use the following config if adding a configuration file from measureware designer*/
+extern ADMW_CONFIG measureware_config;
+
 /* Change the following pointer to select any of the configurations above */
 static ADMW_CONFIG *pSelectedConfig = &bridge_4w_load_cell_config;