aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Otto2010-03-25 13:11:59 +0100
committerThomas Otto2010-03-25 13:11:59 +0100
commitfeb3f187fe9140c1419ad82f90bac1ee9681a8ee (patch)
tree2ff356e645d2bc3b27a10a9581956c98ae3ba3ae /lib
parentbe986aa8d9b4e86583e74355d8cb1069f28aca4f (diff)
Added systick.h definitions.
Diffstat (limited to 'lib')
-rw-r--r--lib/systick.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/systick.c b/lib/systick.c
new file mode 100644
index 0000000..3298ee6
--- /dev/null
+++ b/lib/systick.c
@@ -0,0 +1,22 @@
+/*
+ * This file is part of the libopenstm32 project.
+ *
+ * Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include <libopenstm32/systick.h>
+
+