Skip to content

Commit

Permalink
fix: added eth member
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsan committed May 15, 2024
1 parent 545e21b commit 6dba505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/types/ciot_msg_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ typedef union __attribute__((packed))
ciot_uart_data_u uart; /**< UART data */
ciot_usb_data_u usb; /**< USB data */
ciot_tcp_data_u tcp; /**< TCP data */
ciot_tcp_data_u eth; /**< ETH data */
ciot_wifi_data_u wifi; /**< WiFi data */
ciot_ble_data_u ble; /**< BLE data */
ciot_ble_scn_data_u ble_scn; /**< BLE SCN data */
Expand Down

0 comments on commit 6dba505

Please sign in to comment.