aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/MSP430/chcore.c')
-rw-r--r--ports/MSP430/chcore.c7
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.