Skip to content

Commit cc92914

Browse files
committed
Fix codespell issue
1 parent 3027d37 commit cc92914

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/X_NUCLEO_IKS5A1_HelloWorld/X_NUCLEO_IKS5A1_HelloWorld.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void loop() {
9494
Mag.GetAxes(magnetometer);
9595

9696
// Output data.
97-
SerialPort.print("| Pres[hPa]: ");
97+
SerialPort.print("| Press[hPa]: ");
9898
SerialPort.print(pressure, 2);
9999
SerialPort.print(" | Temp[C]: ");
100100
SerialPort.print(temperature, 2);
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
pres

0 commit comments

Comments
 (0)