diff options
| author | Reinhard Panhuber <[email protected]> | 2021-02-18 11:12:16 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-02-18 11:12:16 +0100 |
| commit | 681cfd0bf21cc0e977cb3e5294c7a1edbb4f0928 (patch) | |
| tree | 23ad2cfac84d4dc5c5d297cf5175dbea233a0b6d /src/common | |
| parent | 6cb9a6ebb15c2bfacc15c7e4e6e13ec333067693 (diff) | |
Correct for wrong pointer type in audio_device.c
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_fifo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h index 19f120a33..eb88538ef 100644 --- a/src/common/tusb_fifo.h +++ b/src/common/tusb_fifo.h @@ -2,6 +2,7 @@ * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) + * Copyright (c) 2020 Reinhard Panhuber - rework to unmasked pointers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
