Blackbox device type 'file' (SITL) considered working when file handler is available
[inav.git] / src / main / vcp / platform_config.h
blob518deb9eaa0a04eec3f1e5fe8e5a1d025cc4cf2c
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 #define ID1 (0x1FFFF7E8)
40 #define ID2 (0x1FFFF7EC)
41 #define ID3 (0x1FFFF7F0)
43 /* Exported macro ------------------------------------------------------------*/
44 /* Exported functions ------------------------------------------------------- */
46 #endif /* __PLATFORM_CONFIG_H */
48 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/