diff options
| author | Reinhard Panhuber <[email protected]> | 2020-08-19 21:07:43 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2020-08-19 21:07:43 +0200 |
| commit | c14f68e2c1db7ce82fb8e05d40d8b0b9a83aced6 (patch) | |
| tree | d3b003f9ded3fa77fd39443105c255c892a7aa6e /src/portable | |
| parent | 630936472237f319b46d51f691bf6c36d80610b3 (diff) | |
Commit before sharing.
Setup a test example - UNTESTED!
Missing: Start transmitting audio data in set_interface.
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/st/synopsys/dcd_synopsys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/st/synopsys/dcd_synopsys.c b/src/portable/st/synopsys/dcd_synopsys.c index 2d42dd43b..c188bb485 100644 --- a/src/portable/st/synopsys/dcd_synopsys.c +++ b/src/portable/st/synopsys/dcd_synopsys.c @@ -4,6 +4,7 @@ * Copyright (c) 2018 Scott Shawcroft, 2019 William D. Jones for Adafruit Industries * Copyright (c) 2019 Ha Thach (tinyusb.org) * Copyright (c) 2020 Jan Duempelmann + * Copyright (c) 2020 Reinhard Panhuber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
