diff options
Diffstat (limited to 'firmware/source/samples.hpp')
-rw-r--r-- | firmware/source/samples.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/source/samples.hpp b/firmware/source/samples.hpp index 6551e25..8e60775 100644 --- a/firmware/source/samples.hpp +++ b/firmware/source/samples.hpp @@ -2,7 +2,7 @@ * @file samples.hpp * @brief Provides sample buffers for inputs and outputs. * - * Copyright (C) 2021 Clyne Sullivan + * Copyright (C) 2023 Clyne Sullivan * * Distributed under the GNU GPL v3 or later. You should have received a copy of * the GNU General Public License along with this program. @@ -14,6 +14,8 @@ #include "samplebuffer.hpp" +// Define sample buffers for the input and output signals and the signal +// generator. class Samples { public: |