diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-03-22 13:21:58 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-03-22 13:21:58 +0000 |
| commit | 2fb37847a712127543c879cd4c925ac4ee3c8554 (patch) | |
| tree | be37434ed42c984ff8c916669752b131c4715192 /stmhal/usbd_cdc_interface.h | |
| parent | fb1d6d097e0528e5b5b5f7890101c0709ca21fd2 (diff) | |
stmhal: Tidy up USB CDC+MSC device some more.
Diffstat (limited to 'stmhal/usbd_cdc_interface.h')
| -rw-r--r-- | stmhal/usbd_cdc_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/usbd_cdc_interface.h b/stmhal/usbd_cdc_interface.h index b50cbf4c2..bcb6333a6 100644 --- a/stmhal/usbd_cdc_interface.h +++ b/stmhal/usbd_cdc_interface.h @@ -49,6 +49,7 @@ extern const USBD_CDC_ItfTypeDef USBD_CDC_fops;
+int USBD_CDC_IsConnected(void);
void USBD_CDC_SetInterrupt(int chr, void *data);
void USBD_CDC_Tx(const char *str, uint32_t len);
int USBD_CDC_RxNum(void);
|
