Skip to content

Commit 514d561

Browse files
fixed refactorings
1 parent e344173 commit 514d561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/PortentaH7Logger/PortentaH7Logger.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void setup() {
160160
//configureRS485(baudrate);
161161
//Serial.println("RS485 goes brrr...");
162162

163-
if (!internalStorage.begin() == 0) {
163+
if (!internalStorage.begin()) {
164164
Serial.println("Failed to initialize internal storage");
165165
return;
166166
} else {

0 commit comments

Comments
 (0)