diff options
| author | hathach <[email protected]> | 2012-11-29 17:52:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-29 17:52:57 +0700 |
| commit | 879fb21f99020bfb13a300e6e61089c7d0aa4619 (patch) | |
| tree | ffdfe88408f418847e7a35d4cd12246218e1a562 /tinyusb/host | |
| parent | 2dd9501f37b8e2b2fdfa43b12469498646ae3fe5 (diff) | |
change license email to website
added support for cdc devices
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/hcd.c | 4 | ||||
| -rw-r--r-- | tinyusb/host/hcd.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c index 481dc91ae..aa8e0f691 100644 --- a/tinyusb/host/hcd.c +++ b/tinyusb/host/hcd.c @@ -2,12 +2,12 @@ * hcd.c * * Created on: Nov 29, 2012 - * Author: hathach ([email protected]) + * Author: hathach */ /* * Software License Agreement (BSD License) - * Copyright (c) 2012, hathach ([email protected]) + * Copyright (c) 2012, hathach (tinyusb.net) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index d807341ec..e118d9e24 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -2,12 +2,12 @@ * hcd.h * * Created on: Nov 26, 2012 - * Author: hathach ([email protected]) + * Author: hathach */ /* * Software License Agreement (BSD License) - * Copyright (c) 2012, hathach ([email protected]) + * Copyright (c) 2012, hathach (tinyusb.net) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, |
