We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c5918 commit f6ddeecCopy full SHA for f6ddeec
src/utility/BNO055.c
@@ -106,7 +106,7 @@ BNO055_RETURN_FUNCTION_TYPE bno055_init(struct bno055_t *bno055)
106
*/
107
u_8 a_SW_ID_u_8[ARRAY_SIZE_TWO] = {
108
BNO055_ZERO_U8X, BNO055_ZERO_U8X};
109
- /* stuct parameters are assign to bno055*/
+ /* struct parameters are assign to bno055*/
110
p_bno055 = bno055;
111
/* Write the default page as zero*/
112
com_rslt = p_bno055->BNO055_BUS_WRITE_FUNC
0 commit comments