Skip to content

Commit

Permalink
refact: refact interface
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsan committed Oct 17, 2023
1 parent 3eb70c4 commit 6000f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/interfaces/ciot_iface.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ ciot_err_t ciot_iface_stop(ciot_iface_t *this);
ciot_err_t ciot_iface_get_cfg(ciot_iface_t *this, ciot_msg_data_u *cfg);
ciot_err_t ciot_iface_get_status(ciot_iface_t *this, ciot_msg_data_u *status);
ciot_err_t ciot_iface_process_req(ciot_iface_t *this, ciot_msg_data_u *req);
ciot_err_t ciot_iface_send_data(ciot_iface_t *this, void *data, int size);
ciot_err_t ciot_iface_process_msg(ciot_iface_t *this, ciot_msg_t *msg, int *size);
ciot_err_t ciot_iface_send_data(ciot_iface_t *this, void *data, int size);
ciot_err_t ciot_iface_register_event(ciot_iface_t *this, ciot_iface_event_handler_t event_handler, void *event_args);

#endif //!__CIOT_IFACE__H__

0 comments on commit 6000f87

Please sign in to comment.