We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70c0aed + 7764714 commit 4e0d872Copy full SHA for 4e0d872
libraries/STM32H747_System/src/STM32H747_System.cpp
@@ -6,7 +6,6 @@
6
extern RTC_HandleTypeDef RTCHandle;
7
8
uint8_t STM32H747::readReg(uint8_t subAddress) {
9
- char response = 0xFF;
10
Wire1.beginTransmission(PMIC_ADDRESS);
11
Wire1.write(subAddress);
12
Wire1.endTransmission(false);
@@ -115,4 +114,4 @@ bool STM32H747::useInternalOscillator(bool lowspeed) {
115
114
digitalWrite(PH_1, LOW);
116
117
return true;
118
-}
+}
0 commit comments