diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-10 08:23:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-10 08:23:59 +0000 |
commit | d672c60a80d0a00473a4c86fe5ab44f34730b36f (patch) | |
tree | b505d8708c14f04607373d56681e78768cb3b8fe | |
parent | e101c0af715bcc3881647cf88523935682daf8de (diff) | |
download | ChibiOS-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
-rw-r--r-- | demos/MSP430-MSP430F5437/chconf.h | 11 |
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.
*
|