Skip to content

Commit 599b98b

Browse files
Austerlijunru-hub
authored andcommitted
fix(iot_usbh_cdc): Close 'extern C' block
Closes #482
1 parent 76db88e commit 599b98b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/usb/iot_usbh_cdc/include/iot_usbh_cdc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,5 @@ esp_err_t usbh_cdc_get_state(usbh_cdc_handle_t cdc_handle, usbh_cdc_state_t *sta
266266
esp_err_t usbh_cdc_desc_print(usbh_cdc_handle_t cdc_handle);
267267

268268
#ifdef __cplusplus
269+
}
269270
#endif

0 commit comments

Comments
 (0)