usb_device.h 122 B

1234567891011
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. void MX_USB_Device_Init();
  6. #ifdef __cplusplus
  7. }
  8. #endif