Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: max32630fthr.cpp
- Revision:
- 11:e821831283e2
- Parent:
- 5:8e424775234a
--- a/max32630fthr.cpp	Tue Jul 11 19:44:41 2017 +0000
+++ b/max32630fthr.cpp	Mon Oct 16 19:43:24 2017 +0000
@@ -38,12 +38,12 @@
 #include "max32630fthr.h"
 
 //******************************************************************************
-MAX32630FTHR::MAX32630FTHR() : i2c(P5_7, P6_0), max14690(i2c)
+MAX32630FTHR::MAX32630FTHR() : i2c(P5_7, P6_0), max14690(&i2c)
 {
 }
 
 //******************************************************************************
-MAX32630FTHR::MAX32630FTHR(vio_t vio) : i2c(P5_7, P6_0), max14690(i2c)
+MAX32630FTHR::MAX32630FTHR(vio_t vio) : i2c(P5_7, P6_0), max14690(&i2c)
 {
     init(vio);
 }