Skip to content

Commit 57ef05c

Browse files
cparatafpistm
authored andcommitted
Fix some typos in the labels
1 parent 9ac7db1 commit 57ef05c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

variants/STEVAL_MKSBOX1V1/variant.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ const PinName digitalPin[] = {
2525
PE_14, // SPI1_MISO
2626
PE_15, // SPI1_MOSI
2727

28-
/* LSM6DSO (3D ACC+GYR) */
29-
PA_2, // INT1_DSR
30-
PE_3, // INT2_DSR
28+
/* LSM6DSOX (3D ACC+GYR) */
29+
PA_2, // INT1_INEMO
30+
PE_3, // INT2_INEMO
3131
PE_12, // CS_INEMO
3232

33-
/* IIS3DHHCTR (ACCELEROMETER) */
33+
/* LIS3DHH (ACCELEROMETER) */
3434
PE_10, // CS_ACC2
3535
PC_13, // ACC2_INT1
3636
PE_6, // ACC2_INT2

variants/STEVAL_MKSBOX1V1/variant.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ extern "C" {
2626
#define PE14 1 // SPI1_MISO
2727
#define PE15 2 // SPI1_MOSI
2828

29-
/* LSM6DSO (3D ACC+GYR) */
30-
#define PA2 3 // INT1_DSR
31-
#define PE3 4 // INT2_DSR
29+
/* LSM6DSOX (3D ACC+GYR) */
30+
#define PA2 3 // INT1_INEMO
31+
#define PE3 4 // INT2_INEMO
3232
#define PE12 5 // CS_INEMO
3333

34-
/* IIS3DHHCTR (ACCELEROMETER) */
34+
/* LIS3DHH (ACCELEROMETER) */
3535
#define PE10 6 // CS_ACC2
3636
#define PC13 7 // ACC2_INT1
3737
#define PE6 8 // ACC2_INT2

0 commit comments

Comments
 (0)