diff options
| author | IngHK <[email protected]> | 2024-01-16 08:20:23 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-01-16 08:20:23 +0100 |
| commit | f7ef3c1b1cbf8a19548e9d7ca0a95ae324fcdd5b (patch) | |
| tree | 0afe6500d844d95eb83adb351d1daa2137ae44a5 /src/class/cdc/serial | |
| parent | 4e6408ea4940085f66c676772d77e3951e82ea11 (diff) | |
| parent | 57c6f8cfa27f5c7b34a52e20b66cc81fe62c2815 (diff) | |
Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into cdc_ch34x_support
Diffstat (limited to 'src/class/cdc/serial')
| -rw-r--r-- | src/class/cdc/serial/ch34x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/serial/ch34x.h b/src/class/cdc/serial/ch34x.h index 262e012fd..eaa53b367 100644 --- a/src/class/cdc/serial/ch34x.h +++ b/src/class/cdc/serial/ch34x.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2023 IngHK Heiko Kuester (tinyusb.org) + * Copyright (c) 2023 Heiko Kuester (tinyusb.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
