aboutsummaryrefslogtreecommitdiffstats
path: root/source/sclock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/sclock.cpp')
-rw-r--r--source/sclock.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/sclock.cpp b/source/sclock.cpp
index 198c684..317b995 100644
--- a/source/sclock.cpp
+++ b/source/sclock.cpp
@@ -1,3 +1,14 @@
+/**
+ * @file sclock.cpp
+ * @brief Manages sampling rate clock speeds.
+ *
+ * Copyright (C) 2021 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.
+ * If not, see <https://www.gnu.org/licenses/>.
+ */
+
#include "sclock.hpp"
GPTDriver *SClock::m_timer = &GPTD6;