diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-16 17:45:44 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-17 12:15:04 -0600 |
commit | d58be71b5bf640a117b301d74f4e82110a689561 (patch) | |
tree | 990a3af524df6fbf2c462ac426e9353bd6662135 /tusb_config.h | |
parent | 82634b3b8eabcc966c5480c4a58b81dbcb49d022 (diff) |
copyright notices, coroutines
Diffstat (limited to 'tusb_config.h')
-rw-r--r-- | tusb_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tusb_config.h b/tusb_config.h index 37b14b3..bc8243d 100644 --- a/tusb_config.h +++ b/tusb_config.h @@ -1,4 +1,5 @@ -/* +/* tusb_config.h - Compile-time configuration for the TinyUSB library + * * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) |