Fork of the offical HSP_RPC_GUI firmware

Dependencies:   USBDevice

Fork of MAXREFDES100 firmware for MAX32620HSP

Revision:
1:9490836294ea
Parent:
0:e4a10ed6eb92
--- a/HSP/Test/Test_BMP280.cpp	Tue Oct 25 15:22:11 2016 +0000
+++ b/HSP/Test/Test_BMP280.cpp	Fri Apr 21 12:12:30 2017 -0500
@@ -47,7 +47,7 @@
   // read id test
   outputString("Read ID: ");
   readId = bmp280->ReadId();
-  if (readId == BMP280_READID)
+  if (readId == BMP280::BMP280_READID)
     pass = 1;
   else
     pass = 0;