aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-10 08:23:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-10 08:23:59 +0000
commitd672c60a80d0a00473a4c86fe5ab44f34730b36f (patch)
treeb505d8708c14f04607373d56681e78768cb3b8fe /demos
parente101c0af715bcc3881647cf88523935682daf8de (diff)
downloadChibiOS-d672c60a80d0a00473a4c86fe5ab44f34730b36f.tar.gz
ChibiOS-d672c60a80d0a00473a4c86fe5ab44f34730b36f.tar.bz2
ChibiOS-d672c60a80d0a00473a4c86fe5ab44f34730b36f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4810 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/MSP430-MSP430F5437/chconf.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/MSP430-MSP430F5437/chconf.h b/demos/MSP430-MSP430F5437/chconf.h
index f6eb2e4fd..99247b6c2 100644
--- a/demos/MSP430-MSP430F5437/chconf.h
+++ b/demos/MSP430-MSP430F5437/chconf.h
@@ -16,18 +16,11 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
- ---
-
- A special exception to the GPL can be applied should you wish to distribute
- a combined work that includes ChibiOS/RT, without being obliged to provide
- the source code for any proprietary components. See the file exception.txt
- for full details of how and when the exception can be applied.
*/
/**
- * @file chconf.h
- * @brief Configuration file.
+ * @file templates/chconf.h
+ * @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
*