Skip to content

Commit ec5aa94

Browse files
committed
Added pointer to private data in stmdev_ctx_t
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent 4872512 commit ec5aa94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lsm6dso_reg.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ typedef struct
122122
stmdev_mdelay_ptr mdelay;
123123
/** Customizable optional pointer **/
124124
void *handle;
125+
126+
/** private data **/
127+
void *priv_data;
125128
} stmdev_ctx_t;
126129

127130
#ifndef __weak

0 commit comments

Comments
 (0)