Closed gbaligh closed 8 years ago
Fix error issue #167 :
chilli.c: In function 'chilli_learn_location': chilli.c:2964:9: error: 's_state' undeclared (first use in this function) sizeof(s_state.pending_location));
s_state is declared in the appconn.
sizeof(appconn->s_state.pending_location);
Signed-off-by: Baligh GUESMI gasmibal@gmail.com
Fix error issue #167 :
s_state is declared in the appconn.
Signed-off-by: Baligh GUESMI gasmibal@gmail.com