Skip to content

Commit 233c46c

Browse files
committed
Update Example01_AlternateAddress.ino
1 parent 8ab0a71 commit 233c46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example01_AlternateAddress/Example01_AlternateAddress.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void setup()
4242
}
4343

4444
// Read the frequency control word - should be ~500000 initially?
45-
int64_t fcw = myOCXO.getFrequencyControlWord();
45+
uint32_t fcw = myOCXO.getFrequencyControlWord();
4646
Serial.print("The frequency control word is: ");
4747
Serial.println(fcw);
4848
}

0 commit comments

Comments
 (0)