Fix KISSCC orientation // Remove unsupported softserial
[betaflight.git] / src / main / target / system_stm32f7xx.h
blob695246fc332b1b749f98ac126b12f8268ea0c097
1 /**
2 ******************************************************************************
3 * @file system_stm32f7xx.h
4 * @author MCD Application Team
5 * @version V1.6.1
6 * @date 21-October-2015
7 * @brief CMSIS Cortex-M4 Device System Source File for STM32F4xx devices.
8 ******************************************************************************
9 * @attention
11 * <h2><center>&copy; COPYRIGHT 2015 STMicroelectronics</center></h2>
13 * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
14 * You may not use this file except in compliance with the License.
15 * You may obtain a copy of the License at:
17 * http://www.st.com/software_license_agreement_liberty_v2
19 * Unless required by applicable law or agreed to in writing, software
20 * distributed under the License is distributed on an "AS IS" BASIS,
21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 * See the License for the specific language governing permissions and
23 * limitations under the License.
25 ******************************************************************************
28 #ifndef __SYSTEM_STM32F7XX_H
29 #define __SYSTEM_STM32F7XX_H
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
35 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
36 extern void SystemInit(void);
37 extern void SystemClock_Config(void);
39 #ifdef __cplusplus
41 #endif
43 #endif /*__SYSTEM_STM32F7XX_H */
45 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/