Skip to content

Commit f8856bb

Browse files
Debenbenlaurensvalk
authored andcommitted
pbio/iodev.h: Fix PBIO_IODEV_MODE_PUP_WEDO1_TILT_SENSOR__CAL
1 parent e6c7bd2 commit f8856bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/include/pbio/iodev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ enum {
273273
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__ANGLE = 0, // read 2x int8_t
274274
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__DIR = 1, // read 1x int8_t
275275
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__CNT = 2, // read 3x int8_t
276-
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__CAL = 2, // read 3x int8_t
276+
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__CAL = 3, // read 3x int8_t
277277
};
278278

279279
/**

0 commit comments

Comments
 (0)