Maxim Integrated / Mbed OS MAX30208_Demo

Dependencies:   max32630fthr USBDevice

Revision:
4:1e55b4a715da
Parent:
3:27e027ab268b
Child:
5:5dd9f657a9f9
--- a/main.cpp	Wed Aug 12 20:02:32 2020 +0000
+++ b/main.cpp	Mon Aug 17 15:10:21 2020 +0000
@@ -148,7 +148,6 @@
     if (TempSensor.writeGPIOControl(GPIOControl) != 0){
         microUSB.printf("Error writing register\r\n");
     }
-    
     if (TempSensor.readGPIOControl(GPIOControl) == 0){
         microUSB.printf("GPIOControl new config = %d\r\n", GPIOControl.all);
     }