aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC564Axx/ICU-PWM/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/SPC564Axx/ICU-PWM/main.c')
-rw-r--r--testhal/SPC564Axx/ICU-PWM/main.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/testhal/SPC564Axx/ICU-PWM/main.c b/testhal/SPC564Axx/ICU-PWM/main.c
index fbaf98376..9f175890c 100644
--- a/testhal/SPC564Axx/ICU-PWM/main.c
+++ b/testhal/SPC564Axx/ICU-PWM/main.c
@@ -1,21 +1,21 @@
/*
- * 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-2013 Giovanni Di Sirio
+
+ Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+
+ 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.
+*/
-/* 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"
+#include "ch.h"
+#include "hal.h"
static void pwmpcb(PWMDriver *pwmp) {