diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 17:09:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 17:09:11 +0000 |
commit | 0c36565550f5b81e6b853ebf3e0b323ed4a8f1f2 (patch) | |
tree | 0f85c364dc506704222f4dcaceadf79430d4cf6b /ports/MSP430 | |
parent | cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba (diff) | |
download | ChibiOS-0c36565550f5b81e6b853ebf3e0b323ed4a8f1f2.tar.gz ChibiOS-0c36565550f5b81e6b853ebf3e0b323ed4a8f1f2.tar.bz2 ChibiOS-0c36565550f5b81e6b853ebf3e0b323ed4a8f1f2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@637 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430')
-rw-r--r-- | ports/MSP430/chcore.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ports/MSP430/chcore.c b/ports/MSP430/chcore.c index cea8d22ed..2f147c2fc 100644 --- a/ports/MSP430/chcore.c +++ b/ports/MSP430/chcore.c @@ -24,13 +24,6 @@ #include <ch.h>
-/*
- * This file is a template of the system driver functions provided by a port.
- * Some of the following functions may be implemented as macros in chcore.h if
- * the implementer decides that there is an advantage in doing so, as example
- * because performance concerns.
- */
-
/**
* The default implementation of this function is void so no messages are
* actually printed.
|