diff options
Diffstat (limited to 'stmhal/usbd_cdc_interface.c')
-rw-r--r-- | stmhal/usbd_cdc_interface.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stmhal/usbd_cdc_interface.c b/stmhal/usbd_cdc_interface.c index b2c85fa4f..d01d13e1c 100644 --- a/stmhal/usbd_cdc_interface.c +++ b/stmhal/usbd_cdc_interface.c @@ -1,3 +1,10 @@ +/* + * This file is part of the Micro Python project, http://micropython.org/ + * + * Taken from ST Cube library and heavily modified. See below for original + * copyright header. + */ + /** ****************************************************************************** * @file USB_Device/CDC_Standalone/Src/usbd_cdc_interface.c |