aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARMCM3
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 16:30:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 16:30:31 +0000
commit69d687d05d42ba501c5aa1a6b26a2a7f46954612 (patch)
treed6b026cf713706f4aa3331cf70c21d4b7e27b0f7 /ports/ARMCM3
parent48d08ca9476ca38ba936ec7ff5ae3b79d8b02bd2 (diff)
downloadChibiOS-69d687d05d42ba501c5aa1a6b26a2a7f46954612.tar.gz
ChibiOS-69d687d05d42ba501c5aa1a6b26a2a7f46954612.tar.bz2
ChibiOS-69d687d05d42ba501c5aa1a6b26a2a7f46954612.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@635 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r--ports/ARMCM3/chcore.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/ports/ARMCM3/chcore.h b/ports/ARMCM3/chcore.h
index 4ac271c79..85dcd0044 100644
--- a/ports/ARMCM3/chcore.h
+++ b/ports/ARMCM3/chcore.h
@@ -29,12 +29,16 @@
* Port-related configuration parameters.
*/
-/** Enables the use of the WFI ins. */
+/**
+ * Enables the use of the WFI ins.
+ */
#ifndef ENABLE_WFI_IDLE
#define ENABLE_WFI_IDLE 0
#endif
-/** BASEPRI user level, 0 = disabled. */
+/**
+ * BASEPRI user level, 0 = disabled.
+ */
#ifndef BASEPRI_USER
#define BASEPRI_USER 0
#endif
@@ -59,7 +63,9 @@
#define PRIORITY_SVCALL (BASEPRI_KERNEL - 0x10)
#endif
-/** SYSTICK handler priority. */
+/**
+ * SYSTICK handler priority.
+ */
#ifndef PRIORITY_SYSTICK
#define PRIORITY_SYSTICK 0x80
#endif