Skip to content

Commit db874fa

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lis2mdl_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
/**

0 commit comments

Comments
 (0)