aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC560Pxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-27 14:33:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-27 14:33:06 +0000
commitee1eb360863b0dc94fc4a19587d001747c5fb8d5 (patch)
treea0fc538f7dd3795450f3ea1403f0ff75c0f349b2 /testhal/SPC560Pxx
parent0a69d7dd419e1d0925c02a7b621e72e44d8c25bb (diff)
downloadChibiOS-ee1eb360863b0dc94fc4a19587d001747c5fb8d5.tar.gz
ChibiOS-ee1eb360863b0dc94fc4a19587d001747c5fb8d5.tar.bz2
ChibiOS-ee1eb360863b0dc94fc4a19587d001747c5fb8d5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5509 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC560Pxx')
-rw-r--r--testhal/SPC560Pxx/PWM-ICU/main.c36
1 files changed, 19 insertions, 17 deletions
diff --git a/testhal/SPC560Pxx/PWM-ICU/main.c b/testhal/SPC560Pxx/PWM-ICU/main.c
index d922b959f..32c4a9c91 100644
--- a/testhal/SPC560Pxx/PWM-ICU/main.c
+++ b/testhal/SPC560Pxx/PWM-ICU/main.c
@@ -1,23 +1,25 @@
/*
- * Licensed under ST Liberty SW License Agreement V2, (the "License");
- * You may not use this file except in compliance with the License.
- * You may obtain a copy of the License at:
- *
- * http://www.st.com/software_license_agreement_liberty_v2
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011,2012,2013 Giovanni Di Sirio.
+
+ This file is part of ChibiOS/RT.
+
+ ChibiOS/RT is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ ChibiOS/RT is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
-/* Inclusion of the main header files of all the imported components in the
- order specified in the application wizard. The file is generated
- automatically.*/
-#include "components.h"
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
-#include "shellcmd.h"
+#include "ch.h"
+#include "hal.h"
static void pwmpcb(PWMDriver *pwmp) {