[4.4.2] Remove 15 m/s limit on estimated vario (#12788)
[betaflight.git] / src / main / vcp / platform_config.h
blob07ba08c4f63310822fbe30d1222b9bff4a7ac450
1 /**
2 ******************************************************************************
3 * @file platform_config.h
4 * @author MCD Application Team
5 * @version V4.0.0
6 * @date 21-January-2013
7 * @brief Evaluation board specific configuration file.
8 ******************************************************************************
9 * @attention
11 * <h2><center>&copy; COPYRIGHT 2013 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 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __PLATFORM_CONFIG_H
30 #define __PLATFORM_CONFIG_H
32 /* Includes ------------------------------------------------------------------*/
34 /* Exported types ------------------------------------------------------------*/
35 /* Exported constants --------------------------------------------------------*/
37 /*Unique Devices IDs register set*/
39 /* Exported macro ------------------------------------------------------------*/
40 /* Exported functions ------------------------------------------------------- */
42 #endif /* __PLATFORM_CONFIG_H */
44 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/