aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-06 13:26:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-06 13:26:41 +0000
commitb59a76d1f5b46b534adad48f89974c43a8aad37a (patch)
tree03d959b59f6e170c427e8db01e9a9ac54e49465b /os/ports/GCC/ARMCMx
parentb5349cc22d7deade864d5ceb795a33af0a2eca15 (diff)
downloadChibiOS-b59a76d1f5b46b534adad48f89974c43a8aad37a.tar.gz
ChibiOS-b59a76d1f5b46b534adad48f89974c43a8aad37a.tar.bz2
ChibiOS-b59a76d1f5b46b534adad48f89974c43a8aad37a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6089 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx')
-rw-r--r--os/ports/GCC/ARMCMx/STM32F3xx/systick.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32F3xx/systick.h b/os/ports/GCC/ARMCMx/STM32F3xx/systick.h
index 4f42a1fb3..3ea35660c 100644
--- a/os/ports/GCC/ARMCMx/STM32F3xx/systick.h
+++ b/os/ports/GCC/ARMCMx/STM32F3xx/systick.h
@@ -1,14 +1,15 @@
/*
- Nil RTOS - Copyright (C) 2012 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011,2012,2013 Giovanni Di Sirio.
- This file is part of Nil RTOS.
+ This file is part of ChibiOS/RT.
- Nil RTOS is free software; you can redistribute it and/or modify
+ ChibiOS/RT 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.
- Nil RTOS is distributed in the hope that it will be useful,
+ ChibiOS/RT 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.
@@ -18,7 +19,7 @@
*/
/**
- * @file STM32F3xx/niltimer.h
+ * @file STM32F3xx/systick.h
* @brief System timer header file.
*
* @addtogroup STM32F3_TIMER