mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Warning fixes
This commit is contained in:
parent
cd9a97006f
commit
86459a77ed
4 changed files with 27 additions and 21 deletions
|
@ -63,7 +63,7 @@ typedef struct _USBD_DCD_INT
|
|||
uint8_t (* DevConnected) (USB_OTG_CORE_HANDLE *pdev);
|
||||
uint8_t (* DevDisconnected) (USB_OTG_CORE_HANDLE *pdev);
|
||||
|
||||
}USBD_DCD_INT_cb_TypeDef;
|
||||
} USBD_DCD_INT_cb_TypeDef;
|
||||
|
||||
extern USBD_DCD_INT_cb_TypeDef *USBD_DCD_INT_fops;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue